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 for data wrangling and plotting in particular,
though functions for other 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!
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("njlyon0/supportR")
More functions are likely to be developed and housed within this package so stay tuned! Feel free to post ideas for new functions as an issue on this repository and I’ll do my best to build them!