load_unaids | R Documentation |
This function is used to load the latest UNAIDS data. These data were queried
and exported from UNAIDS EMDS database, cleaned
using munge_edms
and finally loaded up on GitHub as a release. This
function downloads the data and loads it into your working session.
load_unaids(pepfar_only = TRUE)
pepfar_only |
filters dataset to only PEPFAR countries if TRUE (default = TRUE) |
df
## Not run:
df_unaids <- load_unaids(pepfar_only = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.