publish_release: Publish Tidy UNAIDS Data as a GitHub Release

View source: R/publish_release.R

publish_releaseR Documentation

Publish Tidy UNAIDS Data as a GitHub Release

Description

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.

Usage

publish_release(df)

Arguments

df

dataframe created by munge_edms

See Also

munge_edms() and load_unaids()

Examples

 ## Not run: 
  filepath <- "../DataList_10_1_2030-12_00_00-AM.csv"
  df <- munge_edms(filepath)
  publish_release(df)

## End(Not run)

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