R6 Class representing a qualchemy user
R6 Class representing a qualchemy user
Public fields
name
name of the user
id
id of the user
Methods
Method new()
create a new Qualchemy user object
Arguments
name
name of the user
id
id of the user
Method to_qdpx()
create xml node for this user
Method clone()
The objects of this class are cloneable with this method.
Usage
Qualchemy_user$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.