Build a tplyr2 table from a spec and data
tplyr_build.RdExecutes the table specification against the provided data, producing a formatted output data frame.
Arguments
- spec
A tplyr_spec object (or path to a JSON/YAML spec file)
- data
A data.frame to process
- pop_data
Optional population data.frame (overrides spec pop_data)
- metadata
If TRUE, attach cell-level metadata enabling traceability back to source data rows via
tplyr_meta_result()andtplyr_meta_subset().- ...
Additional named arguments to override spec-level parameters