get_drives: Gets a set of college football drives

Description Usage Arguments

View source: R/get_drives.R

Description

Get all of the drives that meet the provided criteria

Usage

1
2
3
get_drives(year, week = NULL, seasonType = "regular", team = NULL,
  offense = NULL, defense = NULL, conference = NULL,
  offenseConference = NULL, defenseConference = NULL)

Arguments

year

(required) Year for desired games

week

(optional) Week number

seasonType

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

team

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

offense

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

defense

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

offenseConference

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

defenseConference

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


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