munge_edms | R Documentation |
Clean UNAIDS Data from EDMS
munge_edms(path, epi_95s_flag = TRUE)
path |
filepath to the EDMS export (csv) |
epi_95s_flag |
add variables to dataframe for UNAIDS 95s achievement and epidemic control status, default = TRUE |
df
## Not run:
filepath <- "../DataList_10_1_2030-12_00_00-AM.csv"
df <- munge_edms(filepath)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.