nhlscrape: Scrapes the 'NHL' API for Statistical Analysis

Add game events to a database file to use for statistical analysis of hockey games. This means we only call the 'NHL' API once for each game we want to add. We will have very fast retrieval of data once games have been added since the data is stored locally. We use the API located at <https://statsapi.web.nhl.com/api/v1/teams> with supplemental data from <https://www.nhl.com/scores/>. Other endpoints can be found at <https://gitlab.com/dword4/nhlapi>.

Getting started

Package details

AuthorAdam Azoulay [aut, cre]
MaintainerAdam Azoulay <adam1azoulay@gmail.com>
LicenseMIT + file LICENSE
Version0.1.3
URL https://github.com/adamazoulay/nhlscrape
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("nhlscrape")

Try the nhlscrape package in your browser

Any scripts or data that you put into this service are public.

nhlscrape documentation built on March 26, 2020, 5:29 p.m.