Learn R Programming

ClimMobTools (version 1.8.2)

exportVariablesDescription: Generate descriptions for trial variables

Description

Extracts metadata for variables found in tricot block data and ranking data, combining question descriptors from the registry and assessments. This function harmonizes variable names and assigns relevant descriptions, value types, and placeholders for ontology and controlled vocabularies.

Usage

exportVariablesDescription(x, tricot_ranks, measured_traits, block_data)

Value

A data frame describing all trial variables, including name, description, value type, and optional fields for ontology and controlled vocabularies.

Arguments

x

An object of class CM_list containing raw ClimMob trial data.

tricot_ranks

A data frame of tricot rankings generated by exportTricotRanks().

measured_traits

A data frame of plot data generated by exportMeasuredTraits().

block_data

A data frame of block-level data generated by exportBlockData().

See Also

Other export functions: exportBlockData(), exportMeasuredTraits(), exportTrialMetadata(), exportTricotRanks()