
Metadata describing the data, functions and arguments needed to produce your results.
Source:R/data.R
table_metadata.RdMetadata describing the data, functions and arguments needed to produce your results.
Format
A data frame with one row per function call and 16 variables:
funcname of the function you wish to call
dfdata frame to pass to the function call
subsetfilter
dfrecords, this is passed directly to filter, ex."AESER == 'Y'"rowvarvariable being summarized that will pass to the function call
rowtextrow label text to display in the table
row_headerheader text to display above row summary
statlistlist of statistics in the analysis, see individual functions for what is available per function (e.g.
"N, n (x.x)")colvarvariable used to determine the columns of the table
decimaldecimal precision
rowbyvarrepeat
rowvarsummary by this variable/s, comma separated for multiple (e.g."ETHNIC, AGEGR1")tablebyvarrepeat the entire table summary by this variable/s, comma separated for multiple (e.g.
"ETHNIC, AGEGR1")denom_dfused to set denominators if
dfdoes not contain all required records