load_unaids: Load tidy UNAIDS HIV Estimates and Test & Treat Data

View source: R/load_unaids.R

load_unaidsR Documentation

Load tidy UNAIDS HIV Estimates and Test & Treat Data

Description

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

 ## Not run: 
   df_unaids <- load_unaids(pepfar_only = TRUE)

## End(Not run)


USAID-OHA-SI/mindthegap documentation built on Jan. 19, 2025, 3:16 a.m.