| cfbd_stats_player_success | R Documentation |
Get player success rates by season Season-level player success-rate metrics.
cfbd_stats_player_success(
year = NULL,
conference = NULL,
team = NULL,
athlete_id = NULL,
season_type = "regular",
start_week = NULL,
end_week = NULL,
threshold = NULL,
excl_garbage_time = NULL,
proxy = NULL
)
year |
(Integer optional): Season, 4 digits (YYYY). |
conference |
(String optional): Conference abbreviation filter. |
team |
(String optional): Team filter. |
athlete_id |
(Integer optional): Player identifier. |
season_type |
(String optional): Season type – |
start_week |
(Integer optional): First week to include. |
end_week |
(Integer optional): Last week to include. |
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() - A tibble with 12 columns:
| col_name | types | description |
| season | integer | Four-digit season year. |
| id | character | Record identifier. |
| name | character | Display name. |
| position | character | Position. |
| team | character | Team name. |
| conference | character | Conference name. |
| 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_game()
try(cfbd_stats_player_success(year = 2024, team = "Georgia"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.