Learn R Programming

nhlscraper (version 0.2.0)

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

Arguments

Value

tibble with one row per draft

Examples

Run this code
all_drafts <- get_drafts()

Run the code above in your browser using DataLab