get_draft_rankings | R Documentation |
get_draft_rankings()
retrieves information on each prospect for a given set of year
and player_type
, including but not limited to their name, midterm and final ranks, position, bio-metrics, and birth date and location.
get_draft_rankings(year = get_season_now()$seasonId%/%10000, player_type = 1)
year |
integer in YYYY |
player_type |
integer where 1=North American Skaters, 2=International Skaters, 3=North American Goalies, and 4=International Goalies |
tibble with one row per player
draft_rankings_2025_1 <- get_draft_rankings(year=2025, player_type=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.