PHSKC-APDE / apde.chi.tools

Other
0 stars 0 forks source link

APDE CHI Tools

Purpose

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:

Installation

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)

New for version 0.1

  1. Welcome! Please provide feedback and recommendation directly to Ronald Buie or by submitting an issue in github

Best Practices

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

Problems?