dataCollectionSoftwareType {RDML} | R Documentation |
dataCollectionSoftwareType R6 class.
Description
Software name and version used to collect and analyze the data. Inherits: rdmlBaseType.
Format
An R6Class
generator object.
Initialization
dataCollectionSoftwareType$new(name, version)
@section Fields:
name
version
Super class
RDML::rdmlBaseType
-> dataCollectionSoftwareType
Methods
Public methods
Inherited methods
Method new()
Usage
dataCollectionSoftwareType$new(name, version)
Method clone()
The objects of this class are cloneable with this method.
Usage
dataCollectionSoftwareType$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
Examples
dataCollectionSoftwareType$new(name = "ExampleSoft",
version = "1.0")
[Package RDML version 1.1 Index]