Skip to contents

Returns information on draft

Usage

nhl_draft()

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 -

Examples

# \donttest{
   try(nhl_draft())
#> 2023-03-08 07:46:45: Invalid arguments or no draft data available!
#>   draftYear
#> 1      2023
# }