Contact details of the experimenter. Inherits: rdmlBaseType.
An R6Class
generator object.
experimenterType$new(id, firstName, lastName, email = NULL, labName = NULL, labAddress = NULL)
@section Fields:
id
idType. Identificator.
firstName
checkString. First name.
lastName
checkString. Last name.
email
checkString. Email.
labName
checkString. Lab name.
labAddress
checkString. Lab address.
RDML::rdmlBaseType
-> experimenterType
new()
experimenterType$new( id, firstName, lastName, email = NULL, labName = NULL, labAddress = NULL )
clone()
The objects of this class are cloneable with this method.
experimenterType$clone(deep = FALSE)
deep
Whether to make a deep clone.