Enriches parameter data with transforms, CIs, sections, and display names.
Usage
apply_table_spec(params, spec, info = NULL)
Arguments
- params
Data frame from get_parameters()
- spec
A TableSpec object
- info
ModelComments object from get_model_parameter_info(), or NULL.
If NULL, features that require ModelComments (transforms, units,
descriptions, custom name sources) will not be available and warnings
will be issued if requested.
Value
Enriched data frame ready for table building