| team_prospects | R Documentation |
team_prospects() scrapes the prospects for a given set of team and
position.
team_prospects(team = 1, position = "forwards")
team |
integer ID (e.g., 21), character full name (e.g., 'Colorado
Avalanche'), OR three-letter code (e.g., 'COL'); see |
position |
character of 'f'/'forwards', 'd'/'defensemen', or 'g'/'goalies' |
data.frame with one row per player
COL_forward_prospects <- team_prospects(
team = 21,
position = 'F'
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.