WELL_KNOWN_META_VARIABLE_NAMES {dataquieR}R Documentation

Well-known metadata column names, names of metadata columns

Description

names of the variable attributes in the metadata frame holding the names of the respective observers, devices, lower limits for plausible values, upper limits for plausible values, lower limits for allowed values, upper limits for allowed values, the variable name (column name, e.g. v0020349) used in the study data, the variable name used for processing (readable name, e.g. RR_DIAST_1) and in parameters of the QA-Functions, the variable label, variable long label, variable short label, variable data type (see also DATA_TYPES), re-code for definition of lists of event categories, missing lists and jump lists as CSV strings. For valid units see UNITS.

Usage

WELL_KNOWN_META_VARIABLE_NAMES

Format

An object of class list of length 53.

Details

all entries of this list will be mapped to the package's exported NAMESPACE environment directly, i.e. they are available directly by their names too:

See Also

meta_data_segment for STUDY_SEGMENT

Other UNITS: UNITS, UNIT_IS_COUNT, UNIT_PREFIXES, UNIT_SOURCES

Examples

print(WELL_KNOWN_META_VARIABLE_NAMES$VAR_NAMES)
# print(VAR_NAMES) # should usually also work

[Package dataquieR version 2.1.0 Index]