This is a developer's tool to take the output from EDMS that has been
tidied via munge_edms
and push it to GitHub as a
Release. This is
performed once annually when the data are updated and then users will
access via load_unaids
. This function posts versions for all countries
as well as PEPFAR only countries in csv and rds formats.
Examples
if (FALSE) { # \dontrun{
filepath <- "../DataList_10_1_2030-12_00_00-AM.csv"
df <- munge_edms(filepath)
publish_release(df)
} # }