player_stats: Extract Player Stats for a team, year and sport.

Description Usage Arguments Examples

View source: R/player_stats.R

Description

Option to select data per season or per game

Usage

1
player_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
player_stats(697,2016,"MBB",by="SEASON")

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

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