Description Usage Arguments Value Examples
View source: R/cfb_metrics_ppa_games.R
Get team game averages for Predicted Points Added (PPA)
1 2 3 4 5 6 7  | cfb_metrics_ppa_games(
  year,
  week = NULL,
  team = NULL,
  conference = NULL,
  excl_garbage_time = FALSE
)
 | 
year | 
 (Integer required): Year, 4 digit format (YYYY)  | 
week | 
 (Integer optional): Week - values range from 1-15, 1-14 for seasons pre-playoff, i.e. 2013 or earlier  | 
team | 
 (String optional): D-I Team  | 
conference | 
 (String optional): Conference abbreviation - Select a valid FBS conference  | 
excl_garbage_time | 
 (Logical default FALSE): Select whether to exclude Garbage Time (TRUE or FALSE)  | 
A data frame with 18 variables:
game_idinteger.
seasoninteger.
weekinteger.
conferencecharacter.
teamcharacter.
opponentcharacter.
off_overallcharacter.
off_passingcharacter.
off_rushingcharacter.
off_first_downcharacter.
off_second_downcharacter.
off_third_downcharacter.
def_overallcharacter.
def_passingcharacter.
def_rushingcharacter.
def_first_downcharacter.
def_second_downcharacter.
def_third_downcharacter.
1  | cfb_metrics_ppa_games(year = 2019, team = 'TCU')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.