AddTeamRoster: Adds rosters for team id and a specific season

Description Usage Arguments Examples

View source: R/db_manipulation.R

Description

Add a teams roster to the 'roster' table for season. Can be accessed with a primary key of 'season_teamid_personid'

Usage

1
AddTeamRoster(team_id, season)

Arguments

team_id

Int, identity number for the team. Use GetTeamId to find

season

Int, A year range you want to add

Examples

1
2

nhlscrape documentation built on March 26, 2020, 5:29 p.m.