Learn R Programming

nhlscraper (version 0.2.0)

get_draft_picks: 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()

Arguments

Value

tibble with one row per pick

Examples

Run this code
all_draft_picks <- get_draft_picks()

Run the code above in your browser using DataLab