get_games: Gets a set of college football games

Description Usage Arguments

View source: R/get_games.R

Description

Get all of the games that meet the provided criteria

Usage

1
2
get_games(year, week = NULL, seasonType = NULL, team = NULL,
  home = NULL, away = NULL, conference = NULL)

Arguments

year

(required) Year for desired games

week

(optional) Week number

seasonType

(optional) [regular/postseason] Season Type for desired games

home

(optional) Name for home team. "Michigan" and 'Oregon State' are valid examples.

away

(optional) Name for away team. "Michigan" and 'Oregon State' are valid examples.

conference

(optional) Abbreviation for conference. "B1G", "PAC", and "CUSA" are valid examples.


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