Get all selections for any single NHL draft class back to 1963
get_draft_class(
draft_year = as.numeric(format(Sys.Date() - 181, "%Y")),
player_details = FALSE
)
Draft year to scrape
If true, returns more detailed data on each prospect
A tibble containing all selections for the supplied draft year.
if (FALSE) {
draft_2022 <- get_draft_class(draft_year = 2022, player_details = TRUE)
}