An R API client for the NHL API

Installation

You can install the released version of powerplay from GitHub with:

# You can install using the pacman package using the following code:
if (!requireNamespace('pacman', quietly = TRUE)){
  install.packages('pacman')
}
pacman::p_load_current_gh("saiemgilani/powerplay")

Documentation

For more information on the package and function reference, please see the powerplay documentation website.

Breaking Changes

Full News on Releases

Follow the sportsdataverse on Twitter and star this repo

Twitter Follow

GitHub stars

Our Authors

Citations

To cite the powerplay R package in publications, use:

BibTex Citation

@misc{gilani_powerplay_2021,
  author = {Saiem Gilani},
  title = {powerplay: The SportsDataverse Package for NHL Data.},
  url = {https://saiemgilani.github.io/powerplay/},
  year = {2021}
}