documentationType {RDML} | R Documentation |
documentationType R6 class.
Description
These elements should be used if the same description applies to many samples, targets or experiments. Inherits: rdmlBaseType.
Format
An R6Class
generator object.
Initialization
documentationType$new(id, text = NULL)
@section Fields:
id
idType. Identificator.
text
checkString. Text.
Super class
RDML::rdmlBaseType
-> documentationType
Methods
Public methods
Inherited methods
Method new()
Usage
documentationType$new(id, text = NULL)
Method clone()
The objects of this class are cloneable with this method.
Usage
documentationType$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package RDML version 1.1 Index]