RDML (version 0.9-8)

dataCollectionSoftwareType: dataCollectionSoftwareType R6 class.

Description

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

Usage

dataCollectionSoftwareType

Arguments

Format

An R6Class generator object.

Initialization

dataCollectionSoftwareType$new(name, version)

@section Fields:

name

checkString.

version

checkString.

Examples

Run this code
# NOT RUN {
dataCollectionSoftwareType$new(name = "ExampleSoft",
                               version = "1.0")
# }

Run the code above in your browser using DataLab