cfb_metrics_ppa_teams: Get team averages for Predicted Points Added (PPA)

Description Usage Arguments Value Source Examples

View source: R/cfb_metrics_ppa_teams.R

Description

Get team averages for Predicted Points Added (PPA)

Usage

1
2
3
4
5
6
cfb_metrics_ppa_teams(
  year = 2019,
  team = NULL,
  conference = NULL,
  excl_garbage_time = FALSE
)

Arguments

year

(Integer optional): Year, 4 digit format (YYYY)

team

(String optional): D-I Team

conference

(String optional): Conference name - select a valid FBS conference
Conference names P5: ACC, Big 12, Big Ten, SEC, Pac-12
Conference names G5 and FBS Independents: Conference USA, Mid-American, Mountain West, FBS Independents, American Athletic

excl_garbage_time

(Logical default FALSE): Select whether to exclude Garbage Time (TRUE or FALSE)

Value

A data frame with 21 variables:

season

integer.

conference

character.

team

character.

off_overall

character.

off_passing

character.

off_rushing

character.

off_first_down

character.

off_second_down

character.

off_third_down

character.

off_cumulative_total

character.

off_cumulative_passing

character.

off_cumulative_rushing

character.

def_overall

character.

def_passing

character.

def_rushing

character.

def_first_down

character.

def_second_down

character.

def_third_down

character.

def_cumulative_total

character.

def_cumulative_passing

character.

def_cumulative_rushing

character.

Source

https://api.collegefootballdata.com/ppa/teams

Examples

1
cfb_metrics_ppa_teams(year = 2019, team = 'TCU')

meysubb/cfbscrapR documentation built on Dec. 15, 2020, 11:26 p.m.