get_player_games: Gets a set of college football games

Description Usage Arguments

View source: R/get_player_games.R

Description

Get all of the games that meet the provided criteria

Usage

1
2
get_player_games(gameId = NULL, year = NULL, seasonType = NULL,
  week = NULL, team = NULL, conference = NULL)

Arguments

gameId

(optional) Single desired game ID. Required if year is not provided.

year

(optional) Year for desired games Required if gameId is not provided.

seasonType

(optional) [regular/postseason] Defaults to regular if not provided but week is provided.

week

(optional) Week number. Required if year is provided but team and conference are not.

team

(optional) Name for desired team. Results will include game stats for both the provided team and their opponents. Required if year is provided but week and conference are not.

conference

(optional) Name for desired team. Results will include game stats for both conference teams and their opponents. Required if year is provided but week and team are not.


zmalosh/CollegeFootballDataR documentation built on Nov. 5, 2019, 1:28 p.m.