Skip to contents

Get prospects by team and player-type

Usage

get_team_prospects(team = "BOS", player_type = "forwards")

Arguments

team

string 3-letter team code

player_type

string Player-type of 'forwards', 'defensemen', or 'goalies'

Value

tibble with one row per player

Examples

COL_defensemen_prospects <- get_team_prospects(
  team='COL',
  player_type='defensemen'
)