Skip to content

Overview

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.


Installation

remotes::install_github("helpr")

# OR

remotes::install_version("helpr", "0.0.1")

Usage

To load helpr simply make a call to library() as usual:

library(helpr)

Help summary of the package

library(help = helpr)

Notes about the package