R/data.R
table_metadata.Rd
Metadata describing the data, functions and arguments needed to produce your results.
table_metadata
A data frame with one row per function call and 16 variables:
name of the function you wish to call
data frame to pass to the function call
filter df records, this is passed directly to filter, ex. "AESER == 'Y'"
variable being summarized that will pass to the function call
row label text to display in the table
header text to display above row summary
list of statistics in the analysis, see individual functions for what is available per function (eg. "N, n (x.x)")
variable used to determine the columns of the table
decimal precision
repeat rowvar summary by this variable/s, comma separated for multiple (eg. "ETHNIC, AGEGR1")
repeat the entire table summary by this variable/s, comma separated for multiple (eg. "ETHNIC, AGEGR1")
used to set denominators if df does not contain all required records