Skip to contents

name status badge WAACHShelp status badge R-CMD-checkCodecov test coverage Lifecycle: experimental DOI

General helper functions for the WAACHS linked data project.

Installation instructions

The package can be installed from the R-universe, by:

install.packages("WAACHShelp", repos = "https://the-kids-biostats.r-universe.dev")

Alternatively, the package can be installed using remotes:

remotes::install_github(repo = "The-Kids-Biostats/WAACHShelp", build_vignettes = TRUE)

Accessing vignettes

Vignettes have been built for some of the functions. These can be opened in R or via the package website. 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:

  1. Using utils::browseVignettes(package = "WAACHShelp")
    • Opens vignette via web browser.
  2. Using vignette(x, package = "WAACHShelp") where x is the function name
    • Opens the vignette in the “Help” tab of RStudio.