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")

Getting help

To view the help homepage for the package:

help(package = "HelpR")

Suggestions

If you’ve got a request for a helpful little function to make life easier, then suggest it as an enhancement using the issues page on GitHub.