dmdScheme: Object of class 'dmdSchemeSet' containing the authorative...

View source: R/dmdScheme.R

dmdSchemeR Documentation

Object of class dmdSchemeSet containing the authorative definition of the dmdScheme.

Description

The dataset contains the authorative definition of the dmdScheme. It contains no data, except one row NA. There are two S3 classes defined and used:

dmdSchemeData:

a data.frame with the class dmdSchemeData. Each column is one property of the metadata. It has the following attributes:

propertyName:

name of the data. In the spreadsheet, it is in the cell below (in the Experiment tab) or to the right (other tabs).

unit:

the unit of the data in each column.

type:

the type of the data in the column. These will be validated in the validate function. See there for details.

suggestedValues:

suggested values for the data of each column. These will be validated in the validate function. See there for details.

allowedValues:

allowed values for the data of each column. These will be validated in the validate function. See there for details.

Description:

general description of the columns.

names:

the names of the columns.

dmdSchemeSet:

a list with where each element is a dmdSchemeData object with additional attributes:

propertyName:

name of the dmdScheme used. In the spreadsheet, it is in the cell H1 in ther in the Experiment tab (DATA dmeScheme v0.9.9.)

dmdSchemeVersion:

version of the dmdScheme used. In the spreadsheet, it is in the cell H1 in ther in the Experiment tab (DATA dmeScheme v0.9.9.)

names:

the names of the dmdSchemeData sets. In the spreadsheet, the names of the tabs.

Usage

dmdScheme()

Examples

dmdScheme()


dmdScheme documentation built on Aug. 22, 2022, 9:06 a.m.