dataCollectionSoftwareType {RDML}R Documentation

dataCollectionSoftwareType R6 class.

Description

Software name and version used to collect and analyze the data. Inherits: rdmlBaseType.

Usage

dataCollectionSoftwareType

Format

An R6Class generator object.

Initialization

dataCollectionSoftwareType$new(name, version)

@section Fields:

name

checkString.

version

checkString.

Examples

dataCollectionSoftwareType$new(name = "ExampleSoft",
                               version = "1.0")

[Package RDML version 1.0 Index]