Represents a randomization project, including a unique identifier, project name, and creation date.
Fields
uniqueIdCharacter string uniquely identifying the project.
nameCharacter string specifying the project name.
creationDatePOSIXct timestamp of project creation.
Methods
- initialize(..., creationDate = Sys.time())
Initializes a new
RandomProjectinstance and assigns a unique ID.- show(prefix = "")
Prints a summary of the project.
- toString(prefix = "")
Returns a string representation of the project.