A package of personal functions I use at work or in my personal projects. The functions are based in tidyverse style
This package is mirrored from gitlab to github. You can install from either location, but please pass any pull/merge requests to the gitlab version.
To download this package for your own use copy the following lines into the R console.
GitHub:
remotes::install_git("eringrand/RUncommon")
library(RUncommon)
Gitlab:
remotes::install_gitlab("eringrand/RUncommon")
library(RUncommon)
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.