View source: R/exportVariablesDescription.R
| exportVariablesDescription | R Documentation |
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.
exportVariablesDescription(x, tricot_ranks, measured_traits, block_data)
x |
An object of class |
tricot_ranks |
A data frame of tricot rankings generated by |
measured_traits |
A data frame of plot data generated by |
block_data |
A data frame of block-level data generated by |
A data frame describing all trial variables, including name, description, value type, and optional fields for ontology and controlled vocabularies.
Other export functions:
exportBlockData(),
exportMeasuredTraits(),
exportTrialMetadata(),
exportTricotRanks()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.