View source: R/nhl_draft_prospects.R
| nhl_draft_prospects | R Documentation |
Returns information on draft prospects
nhl_draft_prospects()
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 |
try(nhl_draft_prospects())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.