Learn R Programming

fastRhockey (version 0.4.0)

nhl_draft_year: NHL Draft by Year

Description

Returns information on draft for a given year

Usage

nhl_draft_year(year)

Value

Returns a data frame: * year - * round - * pick_overall - * pick_in_round - * team_id - * team_name - * team_link - * prospect_id - * prospect_full_name - * prospect_link -

Arguments

year

Draft year (XXXX)

Examples

Run this code
# \donttest{
   try(nhl_draft_year(year=2020))
# }

Run the code above in your browser using DataLab