team_season_stats: Get Team Season Stats

Description Usage Arguments Examples

View source: R/team_season_stats.R

Description

Returns a dataframe of the overall team's season stats for the sport and year chosen.

Usage

1
team_season_stats(team_id, year, sport)

Arguments

team_id

Team ID from team_mapping

year

Actual Year (example: 2016 or 2015) Note for seasons Year1-Year2, Year2 is what you want to use in the functions. For example the 2015 to 2016 season is denoted for 2016.

sport

Tradiational Sport Name or Sport Code

Examples

1
2
3
team_season_stats(697,2016,"MBB")

team_season_stats(697,2015,"Womens Soccer")

meysubb/ncaaR documentation built on May 19, 2019, 4:12 p.m.