What is HelpR?

HelpR is SHARE’s R package for miscellaneous functions that can come in handy across a variety of workflows.

Installing the package

Install the package using the install_github function from the devtools package (you’ll need an auth_token).

devtools::install_github(repo = "Avery-Island/HelpR",
                         auth_token = "let_me_in_please")