get_team_roster: Get roster by team, season, and player-type
Description
get_team_roster() retrieves information on each player for a given set of team, season, and player_type, including but not limited to their ID, name, bio-metrics, and birth date and location. Access get_teams() for team and get_team_seasons() for season references.
Usage
get_team_roster(
team = "BOS",
season = get_season_now()$seasonId,
player_type = "forwards"
)