apde.chi.tools is an R library that provides easy access and centralized versioning of convenience tools for the CHI/CHNA update process.
The are ment to support our epidemiologist in various steps along the pipeline, including:
Install apde.chi.tools
... remotes::install_github("PHSKC-APDE/apde.chi.tools", auth_token = NULL)
To install github from a particular branch, specify it with the 'ref' argument, e.g., remotes::install_github("PHSKC-APDE/apde.chi.tools", ref = "dev", auth_token = NULL)
Load apde.chi.tools
... library(apde.chi.tools)
If you have code that uses these functions from last year, you will want to confirm that the function contained in this package conforms to the expectations of the previous version. You can review the manual for any function by typing '?[function_name]()'. There you will see the expected parameters and examples of usage. If these are insufficient, please reach out!
Coming soon: wiki pages to train users who are new to these functions