Description Usage Arguments Value Examples
View source: R/24-create_tables.R
Function to create indicator results tables
1 | create_anthro_table(df, vars, digits = NULL)
|
df |
A recoded data.frame of indicators |
vars |
Indicator/s to create a results table for |
digits |
Integer value for number of digits to round off values. Default is NULL for no rounding off. |
A data.frame of indicator results for each state in total and disaggregated by urban, rural and hard-to-reach areas and by wealth quintile.
1 2 3 4 5 | ## Recode wash indicators
canthro <- recode_anthro(df = create_canthro(df = childAnthro, x = anthroDF))
create_anthro_table(df = canthro,
vars = c("haz", "global.haz", "moderate.haz", "severe.haz"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.