| team_edge_leaders | R Documentation |
team_edge_leaders() scrapes the team EDGE statistics leaders for a
given set of season and game_type.
team_edge_leaders(season = "now", game_type = "")
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 |
list of various items
team_EDGE_leaders_regular_20242025 <- team_edge_leaders(
season = 20242025,
game_type = 2
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.