get_drafts {nhlscraper} | R Documentation |
Get all drafts
Description
get_drafts()
retrieves information on each draft, including but not limited to their year, type, venue, minimum and maximum player ages, and number of rounds and picks.
Usage
get_drafts()
Value
tibble with one row per draft
Examples
all_drafts <- get_drafts()
[Package nhlscraper version 0.2.0 Index]