README.md

rbnctools

The goal of rbnctools is to provide useful and commonly used functions to the data science team at RBNC.

Installation

Get the latest stable R release from CRAN. Then install rbnctools using the following code:

## If needed:
if (!requireNamespace("remotes", quietly = TRUE))
   install.packages("remotes")
## Install with:
remotes::install_github('blackthornrx/rbnctools')

Examples



blackthornrx/rbnctools documentation built on Feb. 6, 2021, 12:27 a.m.