
Access various reports for a season, game type, and category for all the skaters by game
Source:R/Skater.R
skater_game_report.Rdskater_game_report() scrapes various reports for a given set of
season, game_type, and category for all the skaters by game.
Usage
skater_game_report(
season = season_now(),
game_type = game_type_now(),
category = "summary"
)Arguments
- season
integer in YYYYYYYY (e.g., 20242025); see
seasons()for reference- game_type
integer in 1:3 (where 1 = pre-season, 2 = regular season, 3 = playoff/post-season) OR character of 'pre', 'regular', or playoff'/'post'; see
seasons()for reference; most functions will NOT support pre-season- category
character (e.g., 'puckPossessions'); see
skater_report_configurations()for reference