Contact details of the experimenter. Inherits: rdmlBaseType.

Format

An R6Class generator object.

Initialization

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.

Super class

RDML::rdmlBaseType -> experimenterType

Methods

Public methods

Inherited methods

Method new()

Usage

experimenterType$new(
  id,
  firstName,
  lastName,
  email = NULL,
  labName = NULL,
  labAddress = NULL
)


Method clone()

The objects of this class are cloneable with this method.

Usage

experimenterType$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.