Skip to contents

R6 Class representing a qualchemy note

R6 Class representing a qualchemy note

Details

A qualchemy note

Public fields

row

identifies the row of text the note applies to

text

text of the note

source

text source

uid

identifier

Methods


Method new()

create a new Qualchemy note object

Usage

Qualchemy_note$new(row, text, source, uid)

Arguments

row

row the note applies to

text

note text

source

text source

uid

identifier


Method clone()

The objects of this class are cloneable with this method.

Usage

Qualchemy_note$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.