Skip to contents

Get draft picks by year (and round)

Usage

get_draft_picks(year = get_season_now()$seasonId%%10000 - 1, round = "all")

Arguments

year

integer Year in YYYY

round

integer or string Round of 1:7 or 'all'

Value

tibble with one row per pick

Examples

draft_picks_2024 <- get_draft_picks(year=2024, round='all')