Description Usage Arguments Value Examples
Get administrative information variables from survey data and create a data frame of administrative indicators
1 2 3 4 5 | get_admin_vars(
data,
vars = c("country", "ccode", "uniqueID", "psu", "zone", "type", "quadrat", "hhid",
"month", "year", "longitude", "latitude")
)
|
data |
Survey data frame |
vars |
Vector of variable names for administrative information. Default is c("country", "ccode", "uniqueID", "psu", "zone", "type", "quadrat", "hhid", "month", "year", "longitude", "latitude") |
A data frame object of administrative information variables
1 2 | # Create adminDF using Dhaka survey data
get_admin_vars(data = washdata::surveyDataBGD)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.