powerplay Data

Full Seasons PBP Data

Functions exported by powerplay which load full seasons of powerplay data

load_nhl_pbp()

Load powerplay NHL play-by-play

load_nhl_schedule()

Load powerplay NHL schedules

load_nhl_team_box()

Load powerplay NHL team box scores

load_nhl_player_box()

Load powerplay NHL player box scores

Update or Create Database

Functions exported by powerplay which update and create a database of powerplay play-by-play data

update_nhl_db()

Update or create a powerplay play-by-play database

Games Data

Functions exported by powerplay sourced from games endpoint of the NHL Stats API

nhl_game_feed()

NHL Game Feed

nhl_game_boxscore()

NHL Game Boxscore

nhl_game_shifts()

NHL Game Shifts

nhl_game_content()

NHL Game Content

Schedule Data

Functions exported by powerplay sourced from the schedule endpoint of the NHL Stats API

nhl_schedule()

NHL Schedule

Players Data

Functions exported by powerplay sourced from the players endpoint of the NHL Stats API

nhl_player_info()

NHL Player Info

nhl_player_stats()

NHL Player Stats

Teams Data

Functions exported by powerplay sourced from the teams endpoint of the NHL Stats API

nhl_teams()

NHL Teams

nhl_teams_info()

NHL Teams Info

nhl_teams_roster()

NHL Teams Roster

nhl_teams_stats()

NHL Teams Stats

Conferences Data

Functions exported by powerplay sourced from the conferences endpoint of the NHL Stats API

nhl_conferences()

NHL Conferences

nhl_conferences_info()

NHL Conference Info

Divisions Data

Functions exported by powerplay sourced from the divisions endpoint of the NHL Stats API

nhl_divisions()

NHL Divisions

nhl_divisions_info()

NHL Divisions Info

NHL Draft Data

Functions exported by powerplay sourced from the draft endpoints of the NHL Stats API

nhl_draft()

NHL Draft

nhl_draft_prospects()

NHL Draft Prospects

nhl_draft_prospects_info()

NHL Draft Prospects Info

nhl_draft_year()

NHL Draft by Year

ESPN Data

Functions with ESPN connections

Functions exported by powerplay which allow access to ESPN data

Helper Functions and Data

Included data

Data included within the package

team_logos_colors

Team logos & colors

Loading helper functions

Helper functions for loading and NHL season reference

most_recent_nhl_season()

Most Recent NHL Season

year_to_season()

year to season (XXXX -> XXXX-YY)

progressively()

Progressively

check_status()

Check Status function

csv_from_url()

Load .csv / .csv.gz file from a remote connection

rds_from_url()

Load .rds file from a remote connection