The helpr
package contains numerous helper functions necessary for
generalized machine learning analyses.
It contains and exports numerous utilities and S3 generics used throughout the my personal analysis suite. It intentionally favors base R over higher level tidyverse to keep imports to a minimum.
remotes::install_github("helpr")
# OR
remotes::install_version("helpr", "0.0.1")
To load helpr
simply make a call to library()
as usual:
library(helpr)
library(help = helpr)
- TODO
- TODO
- TODO