For anybody that wants to install and use the functions in this package, follow these steps to install and use them in R:
install.packages('devtools')
devtools::install_github('https://github.com/palmerimatthew/HockeyRefScraper')
install.packages('magrittr')
library(HockeyRefScraper)
library(magrittr)
You should be good to go now! To make sure that everything worked properly, you should be able to type 'Ref' into the console, and see it populate with functions from the HockeyRefScraper package.
If You ever need help on one of these functions (or any function in R), you can put '?' before the function in the console, and you will be help text appear in the lower right window of rStudio (for example, '?grep').
If you run into any errors or incorrect outputs, fill out an 'Issues' ticket (along the top, below the repository name).
Also feel free to add any suggestions for future updates or other functionality!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.