Learn R Programming

fastRhockey (version 0.4.0)

nhl_draft_prospects: NHL Draft Prospects

Description

Returns information on draft prospects

Usage

nhl_draft_prospects()

Arguments

Value

Returns a tibble with the following columns:

col_nametypes
prospect_idinteger
full_namecharacter
linkcharacter
first_namecharacter
last_namecharacter
birth_datecharacter
birth_citycharacter
birth_countrycharacter
heightcharacter
weightinteger
shoots_catchescharacter
nhl_player_idinteger
draft_statuscharacter
birth_state_provincecharacter
primary_position_codecharacter
primary_position_namecharacter
primary_position_typecharacter
primary_position_abbreviationcharacter
prospect_category_idinteger
prospect_category_short_namecharacter
prospect_category_namecharacter
amateur_team_namecharacter
amateur_team_linkcharacter
amateur_league_namecharacter
amateur_league_linkcharacter
ranks_midterminteger
ranks_final_rankinteger
ranks_draft_yearinteger

Examples

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

Run the code above in your browser using DataLab