| cfbd_stats_player_success_game | R Documentation |
Get player success rates by game Game-level player success-rate metrics.
cfbd_stats_player_success_game(
year,
week = NULL,
season_type = "regular",
conference = NULL,
team = NULL,
athlete_id = NULL,
threshold = NULL,
excl_garbage_time = NULL,
proxy = NULL
)
year |
(Integer required): Season, 4 digits (YYYY). |
week |
(Integer optional): Week filter. |
season_type |
(String optional): Season type – |
conference |
(String optional): Conference abbreviation filter. |
team |
(String optional): Team filter. |
athlete_id |
(Integer optional): Player identifier. |
threshold |
(Numeric optional): Minimum success-rate threshold. |
excl_garbage_time |
(Logical optional): Exclude garbage-time plays. |
proxy |
(List optional): Per-call proxy override passed to
|
cfbd_stats_player_success_game() - A tibble with 16 columns:
| col_name | types | description |
| season | integer | Four-digit season year. |
| season_type | character | Season type (regular, postseason, both, allstar, spring_regular, spring_postseason). |
| week | integer | Week of the season. |
| game_id | integer | Referencing game id. |
| id | character | Record identifier. |
| name | character | Display name. |
| position | character | Position. |
| team | character | Team name. |
| conference | character | Conference name. |
| opponent | character | Opponent. |
| passing_plays | integer | Passing plays. |
| passing_successes | integer | Passing successes. |
| passing_success_rate | numeric | Passing success rate. |
| rushing_plays | integer | Rushing plays. |
| rushing_successes | integer | Rushing successes. |
| rushing_success_rate | numeric | Rushing success rate. |
Other CFBD Stats Functions:
cfbd_stats_player_success()
try(cfbd_stats_player_success_game(year = 2024, week = 5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.