cfbd_stats_player_success_game: *Get player success rates by game*

View source: R/cfbd_stats.R

cfbd_stats_player_success_gameR Documentation

Get player success rates by game

Description

Get player success rates by game Game-level player success-rate metrics.

Usage

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
)

Arguments

year

(Integer required): Season, 4 digits (YYYY).
Minimum value accepted: 2013

week

(Integer optional): Week filter.

season_type

(String optional): Season type – regular, postseason, both, allstar, spring_regular or spring_postseason.

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 get_req(). NULL (default) falls back to getOption("cfbfastR.proxy") and then the ⁠http(s)_proxy⁠ environment variables, so a caller can override the shared setting for one endpoint.

Value

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.

See Also

Other CFBD Stats Functions: cfbd_stats_player_success()

Examples


  try(cfbd_stats_player_success_game(year = 2024, week = 5))


cfbfastR documentation built on Aug. 24, 2026, 5:13 p.m.