scrape_game()
function runs about 4x faster
nowThree new functions have been added:
get_team_roster()
fetches the current roster for a
single team from nhl.comget_current_rosters()
fetches current rosters for all
32 teams from nhl.comget_draft_class()
fetches all draft selections for a
single draft year from nhl.comget_game_info()
&
get_game_rosters()
functions to require
game_id
as the argument rather than raw json datascrape_game()
function to accommodate above
changesget_goalie_stats()
function to scrape season
goalie stats from hockey-reference.comget_skater_stats()
function to scrape season
skater stats from hockey-reference.com%>%
rather than the native R
|>
load_pbp()
functionNEWS.md
file to track changes to the
package.