Convert tplyr_build output to Analysis Results Data (ARD) format
tplyr_to_ard.RdTransforms the numeric data attached to a tplyr_build() result into
a long-format data frame with one row per statistic per group combination.
This is compatible with the CDISC Analysis Results Data standard.
Arguments
- result
A data.frame produced by
tplyr_build()