View source: R/audit_measure.R
This function operates on a tibble containing the following columns:
x The output measure as a quosure.
numerator a numerator name if one is required.
output_type The type of output required. For continuous variables this should be median or quartiles, for discrete ones pct or d_n_pct.
At present the tibble will need to be created in code because we are referring to the quosure directly; in future though we will use a list for all the measures and a name to refer to in the list will be the column in the table.
1 | create_output_tbl(outputs_table)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.