View source: R/nhl_draft_prospects_info.R
nhl_draft_prospects_info | R Documentation |
Returns information on draft prospect for a given prospect id
nhl_draft_prospects_info(prospect_id)
prospect_id |
Prospect unique ID |
Returns a data frame: * prospect_id - * full_name - * link - * first_name - * last_name - * birth_date - * birth_city - * birth_country - * nationality - * height - * weight - * shoots_catches - * nhl_player_id - * primary_position_code - * primary_position_name - * primary_position_type - * primary_position_abbreviation - * prospect_category_id - * prospect_category_short_name - * prospect_category_name - * amateur_team_link - * amateur_league_link -
try(nhl_draft_prospects_info(prospect_id = 65242))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.