Reconstruct a formatted table from ARD and a spec
tplyr_from_ard.RdTakes Analysis Results Data (long format) and a tplyr_spec, then
applies the spec's formatting rules to produce a formatted output table.
Arguments
- ard
A data.frame in ARD format (as produced by
tplyr_to_ard())- spec
A
tplyr_specobject defining the table structure
Value
A data.frame with the same structure as tplyr_build() output