labelFormatType {RDML} | R Documentation |
labelFormatType R6 class.
Description
Label used for pcrFormatType. Can take values:
- ABC
- 123
- A1a1
Inherits: enumType.
Format
An R6Class
generator object.
Initialization
labelFormatType$new(value)
@section Fields:
value
Super classes
RDML::rdmlBaseType
-> RDML::enumType
-> labelFormatType
Methods
Public methods
Inherited methods
Method clone()
The objects of this class are cloneable with this method.
Usage
labelFormatType$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package RDML version 1.1 Index]