powered by
Add a teams roster to the 'roster' table for season. Can be accessed with a primary key of 'season_teamid_personid'
AddTeamRoster(team_id, season)
Int, identity number for the team. Use GetTeamId to find
Int, A year range you want to add
# NOT RUN { SetDbPath(example = TRUE) AddTeamRoster(10, 20192020) # }
Run the code above in your browser using DataLab