Learn R Programming

RDML (version 1.1)

dataCollectionSoftwareType: dataCollectionSoftwareType R6 class.

Description

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

Arguments

Format

An R6Class generator object.

Initialization

dataCollectionSoftwareType$new(name, version)

@section Fields:

name

checkString.

version

checkString.

Super class

RDML::rdmlBaseType -> dataCollectionSoftwareType

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

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

Run the code above in your browser using DataLab