View source: R/nhl_draft_year.R
nhl_draft_year | R Documentation |
Returns information on draft for a given year
nhl_draft_year(year)
year |
Draft year (XXXX) |
Returns a data frame: * year - * round - * pick_overall - * pick_in_round - * team_id - * team_name - * team_link - * prospect_id - * prospect_full_name - * prospect_link -
try(nhl_draft_year(year=2020))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.