if (FALSE) {
# country: Zambia
# survey: 2018 DHS
# indicator: Percentage of children stunted
# (below -2 SD of height for age
# according to the WHO standard)
dhs_table <- get_api_table(country = "ZM",
survey = "ZM2018DHS",
indicator = "CN_NUTS_C_HA2",
simplify = TRUE)
dhs_table
}
Run the code above in your browser using DataLab