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

checkString.

version

checkString.

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")
#> name: ExampleSoft #> version: 1.0