team_stats: Extract Team Stats for a year and sport.

Description Usage Arguments Examples

View source: R/team_stats.R

Description

Option to select data per season or per game

Usage

1
team_stats(team_id, year, sport, by = "season")

Arguments

team_id

Team ID (form team_mapping)

year

Select year, (example: 2015-2016 season is 2016)

sport

Tradiational Sport Name

by

Stats over season, or stats per game

Examples

1
2
3
team_stats(697,2016,"MBB",by="SEASON")

team_stats(697,2016,"WSO",by="game")

meysubb/collegeballR documentation built on July 27, 2019, 4:50 a.m.