View source: R/publish_release.R
publish_release | R Documentation |
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.
publish_release(df)
df |
dataframe created by |
munge_edms()
and load_unaids()
## Not run:
filepath <- "../DataList_10_1_2030-12_00_00-AM.csv"
df <- munge_edms(filepath)
publish_release(df)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.