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>.

Version: 0.1.3
Imports: httr, jsonlite, RSQLite, rvest, DBI, xml2
Suggests: testthat
Published: 2020-02-25
Author: Adam Azoulay [aut, cre]
Maintainer: Adam Azoulay <adam1azoulay at gmail.com>
BugReports: https://github.com/adamazoulay/nhlscrape/issues
License: MIT + file LICENSE
URL: https://github.com/adamazoulay/nhlscrape
NeedsCompilation: no
Materials: README NEWS
In views: SportsAnalytics
CRAN checks: nhlscrape results

Documentation:

Reference manual: nhlscrape.pdf

Downloads:

Package source: nhlscrape_0.1.3.tar.gz
Windows binaries: r-devel: nhlscrape_0.1.3.zip, r-release: nhlscrape_0.1.3.zip, r-oldrel: nhlscrape_0.1.3.zip
macOS binaries: r-release (arm64): nhlscrape_0.1.3.tgz, r-oldrel (arm64): nhlscrape_0.1.3.tgz, r-release (x86_64): nhlscrape_0.1.3.tgz, r-oldrel (x86_64): nhlscrape_0.1.3.tgz
Old sources: nhlscrape archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=nhlscrape to link to this page.