
supportR is an R package where the only unifying theme of the functions is honestly just that I wrote them. That said, there are some useful functions fordata wrangling andplotting in particular, though functions forother purposes are also included. Check out the package website (njlyon0.github.io/supportR) for documentation of the functions currently included in the package. I’ll add functions to this package as I write more orphan scripts that I hope others might find useful so stay tuned!
Installation
You can install the development version fromGitHub with:
# install.packages("devtools")devtools::install_github("njlyon0/supportR")Looking Ahead
More functions are likely to be developed and housed within this package so stay tuned! Feel free to check outthe contributing guidelines if you want to know how to contribute directly tosupportR.