Learn R Programming

fastRhockey (version 0.4.0)

nhl_draft: NHL Draft

Description

Returns information on draft

Usage

nhl_draft()

Arguments

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

Run this code
# \donttest{
   try(nhl_draft())
# }

Run the code above in your browser using DataLab