Deprecated. This function fetches and cleans UNAIDS Estimates/Test and Treat Data
Usage
munge_unaids(return_type, indicator_type)
Arguments
- return_type
Returns either 'HIV Estimates' or 'HIV Test & Treat' Data
- indicator_type
Returns either 'Integer' or 'Percent' indicator values
Examples
if (FALSE) { # \dontrun{
munge_unaids(return_type = "HIV Test & Treat", indicator_type = "Percent")
} # }