get_draft_picks {nhlscraper}R Documentation

Get all draft picks

Description

get_draft_picks() retrieves information on each selection, including but not limited to their player ID, name, draft year, overall number, bio-metrics, and the pick's team history.

Usage

get_draft_picks()

Value

tibble with one row per pick

Examples

all_draft_picks <- get_draft_picks()

[Package nhlscraper version 0.2.0 Index]