Skip to contents

Pull clean UNAIDS estimates

Usage

pull_unaids(data_type, pepfar_only = TRUE)

Arguments

data_type

returns one of 2 available data set types eg "HIV Estimates", "HIV Test & Treat" (or both if missing)

pepfar_only

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

Value

df

Examples

 if (FALSE) { # \dontrun{
   pull_unaids(data_type = "HIV Estimates", pepfar_only = TRUE)
} # }