Description Usage Arguments Value Source Examples
View source: R/cfb_metrics_ppa_players_season.R
Get player season averages for Predicted Points Added (PPA)
1 2 3 4 5 6 7 8 9 |
year |
(Integer required): Year, 4 digit format (YYYY) |
team |
(String optional): D-I Team |
conference |
(String optional): Conference abbreviation - S&P+ information by conference |
position |
(string optional): Position abbreviation of the player you are searching for. |
athlete_id |
(Integer optional): Athlete ID filter for querying a single athlete |
threshold |
(Integer optional): Minimum threshold of plays. |
excl_garbage_time |
(Logical default FALSE): Select whether to exclude Garbage Time (TRUE or FALSE) |
A data frame with 23 variables:
seasoninteger.
idcharacter.
namecharacter.
positioncharacter.
teamcharacter.
conferencecharacter.
countable_playsinteger.
avg_PPA_alldouble.
avg_PPA_passdouble.
avg_PPA_rushdouble.
avg_PPA_first_downdouble.
avg_PPA_second_downdouble.
avg_PPA_third_downdouble.
avg_PPA_standard_downsdouble.
avg_PPA_passing_downsdouble.
total_PPA_alldouble.
total_PPA_passdouble.
total_PPA_rushdouble.
total_PPA_first_downdouble.
total_PPA_second_downdouble.
total_PPA_third_downdouble.
total_PPA_standard_downsdouble.
total_PPA_passing_downsdouble.
https://api.collegefootballdata.com/ppa/players/season
1 | cfb_metrics_ppa_players_season(year = 2019, team = 'TCU')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.