player_season_stats: Get Player's Season Stats

Description Usage Arguments Examples

View source: R/player_season_stats.R

Description

Returns a dataframe of season stats for all players on the team in a specific sport and year.

Usage

1
player_season_stats(team_id, year, sport)

Arguments

team_id

Team ID from team_mapping

year

Actual Year (example: 2016 or 2015)

sport

Tradiational Sport Name or Sport Code

Examples

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

player_season_stats(697,2015,"Womens Soccer")

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