dataCollectionSoftwareType: dataCollectionSoftwareType R6 class.

dataCollectionSoftwareTypeR 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

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")

kablag/RDML documentation built on Oct. 20, 2022, 5:47 a.m.