Skip to contents

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.

Usage

load_unaids(pepfar_only = TRUE)

Arguments

pepfar_only

filters dataset to only PEPFAR countries if TRUE (default = TRUE)

Value

df

Examples

 if (FALSE) { # \dontrun{
   df_unaids <- load_unaids(pepfar_only = TRUE)
} # }