| goalie_edge_five_versus_five | R Documentation |
goalie_edge_five_versus_five() scrapes the EDGE 5 vs. 5 statistics for a given set
of goalie, season, game_type, and category.
goalie_edge_five_versus_five(
player = 8476945,
season = "now",
game_type = "",
category = "details"
)
goalie_edge_5_vs_5(
player = 8476945,
season = "now",
game_type = "",
category = "details"
)
player |
integer ID (e.g., 8478406) |
season |
integer in YYYYYYYY (e.g., 20242025); see
|
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 |
category |
character of 'd'/'details' or 'l'/'l10'/'last 10' |
list with four items (category = 'details') or data.frame with one row per game (category = 'last 10')
Mackenzie_Blackwood_L10_5_vs_5_regular_20242025 <- goalie_edge_five_versus_five(
player = 8478406,
season = 20242025,
game_type = 2,
category = 'L'
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.