General helper functions for the WAACHS linked data project.
Installation instructions
remotes::install_github(repo = "dempz/WAACHShelp", build_vignettes = TRUE)
or devtools::install_github(repo = "dempz/WAACHShelp", build_vignettes = TRUE)
Accessing vignettes
Vignettes have been built for some of the functions. These can be opened (using R, for now). The vignettes have the same name as the function.
At the moment, vignettes exist for:
icd_morb_flag
create_project
create_markdown
aducust_flag
Accessing these vignettes can be done two ways:
- Using
utils::browseVignettes(package = "WAACHShelp")
- Opens vignette via web browser.
- Using
vignette(x, package = "WAACHShelp")
where x is the function name- Opens the vignette in the “Help” tab of RStudio.