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