nhl_draft_prospects {fastRhockey} | R Documentation |
NHL Draft Prospects
Description
Returns information on draft prospects
Usage
nhl_draft_prospects()
Value
Returns a tibble with the following columns:
col_name | types |
prospect_id | integer |
full_name | character |
link | character |
first_name | character |
last_name | character |
birth_date | character |
birth_city | character |
birth_country | character |
height | character |
weight | integer |
shoots_catches | character |
nhl_player_id | integer |
draft_status | character |
birth_state_province | character |
primary_position_code | character |
primary_position_name | character |
primary_position_type | character |
primary_position_abbreviation | character |
prospect_category_id | integer |
prospect_category_short_name | character |
prospect_category_name | character |
amateur_team_name | character |
amateur_team_link | character |
amateur_league_name | character |
amateur_league_link | character |
ranks_midterm | integer |
ranks_final_rank | integer |
ranks_draft_year | integer |
Examples
try(nhl_draft_prospects())
[Package fastRhockey version 0.4.0 Index]