idReferencesType {RDML} | R Documentation |
idReferencesType R6 class.
Description
Contains id of another RDML object. Inherits: idType.
Format
An R6Class
generator object.
Initialization
idReferencesType$new(id)
Fields
id
checkString. Identificator.
Super classes
RDML::rdmlBaseType
-> RDML::idType
-> idReferencesType
Methods
Public methods
Inherited methods
Method clone()
The objects of this class are cloneable with this method.
Usage
idReferencesType$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package RDML version 1.1 Index]