supportR
- Support Functions for Wrangling and VisualizationsupportR
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")
::install_github("njlyon0/supportR") devtools
More functions are likely to be developed and housed within this
package so stay tuned! Feel free to check out the
contributing guidelines if you want to know how to contribute
directly to supportR
.