Description Usage Arguments Value Examples
Calculate overall indicators
1 | get_overall_vars(adminDF, waterDF, sanDF)
|
adminDF |
A data frame containing administrative information variables |
waterDF |
A data frame containing calculated water indicators |
sanDF |
A data frame containing calculated sanitation indicators |
A data frame of calculated overall indicators
1 2 3 4 5 6 7 | # Apply get_overall_vars() to surveyDataBGD dataset
admin <- get_admin_vars(washdata::surveyDataBGD)
water <- get_water_vars(washdata::surveyDataBGD)
sanitation <- get_sanitation_vars(washdata::surveyDataBGD)
overallDF <- get_overall_vars(adminDF = admin, waterDF = water, sanDF = sanitation)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.