Description Usage Arguments Value Source Examples
View source: R/cfb_metrics_ppa_teams.R
Get team averages for Predicted Points Added (PPA)
1 2 3 4 5 6 | cfb_metrics_ppa_teams(
year = 2019,
team = NULL,
conference = NULL,
excl_garbage_time = FALSE
)
|
year |
(Integer optional): Year, 4 digit format (YYYY) |
team |
(String optional): D-I Team |
conference |
(String optional): Conference name - select a valid FBS conference |
excl_garbage_time |
(Logical default FALSE): Select whether to exclude Garbage Time (TRUE or FALSE) |
A data frame with 21 variables:
seasoninteger.
conferencecharacter.
teamcharacter.
off_overallcharacter.
off_passingcharacter.
off_rushingcharacter.
off_first_downcharacter.
off_second_downcharacter.
off_third_downcharacter.
off_cumulative_totalcharacter.
off_cumulative_passingcharacter.
off_cumulative_rushingcharacter.
def_overallcharacter.
def_passingcharacter.
def_rushingcharacter.
def_first_downcharacter.
def_second_downcharacter.
def_third_downcharacter.
def_cumulative_totalcharacter.
def_cumulative_passingcharacter.
def_cumulative_rushingcharacter.
https://api.collegefootballdata.com/ppa/teams
1 | cfb_metrics_ppa_teams(year = 2019, team = 'TCU')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.