Processes ClimMob ranking data into a standardized long-format data frame suitable for export to external databases and analysis. For each trait, the function extracts rank positions per genotype and block based on participant responses. Compatible with Dataverse and other FAIR data publication systems.

exportTricotRanks(x, pattern = c("_pos", "_neg"), items = NULL, ...)

Arguments

x

An object of class CM_list containing raw ClimMob trial data.

pattern

character, the tricot ranking pattern

items

a character or numerical vector for indexing the column(s) containing the item names in data

...

Additional arguments passed to getTraitList().

Value

A data frame in long format containing tricot rankings, with one row per genotype and trait, including the block identifier, plot label (A/B/C), genotype name, trait label, and assigned rank position.

See also

Other export functions: exportTrialMetadata()