cfbd_player_season_overview: *Get a player season overview*

View source: R/cfbd_players.R

cfbd_player_season_overviewR Documentation

Get a player season overview

Description

Get a player season overview Season overview for a single player.

Usage

cfbd_player_season_overview(year, athlete_id, proxy = NULL)

Arguments

year

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

athlete_id

(Integer required): Player identifier.

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_player_season_overview() - A tibble with 31 columns:

col_name types description
season integer Four-digit season year.
id character Record identifier.
name character Display name.
position character Listed position.
team character Team name.
conference character Conference name.
games integer Games played in the season.
usage_overall numeric Share of team plays the player was involved in.
usage_pass numeric Share of team pass plays involving the player.
usage_rush numeric Share of team rush plays involving the player.
usage_first_down numeric Usage share on first down.
usage_second_down numeric Usage share on second down.
usage_third_down numeric Usage share on third down.
usage_standard_downs numeric Usage share on standard downs.
usage_passing_downs numeric Usage share on passing downs.
ppa_average_all numeric Ppa average all.
ppa_average_pass numeric Ppa average pass.
ppa_average_rush numeric Ppa average rush.
ppa_average_first_down numeric Ppa average first down.
ppa_average_second_down numeric Ppa average second down.
ppa_average_third_down numeric Ppa average third down.
ppa_average_standard_downs numeric Ppa average standard downs.
ppa_average_passing_downs numeric Ppa average passing downs.
ppa_total_all numeric Ppa total all.
ppa_total_pass numeric Ppa total pass.
ppa_total_rush numeric Ppa total rush.
ppa_total_first_down numeric Ppa total first down.
ppa_total_second_down numeric Ppa total second down.
ppa_total_third_down numeric Ppa total third down.
ppa_total_standard_downs numeric Ppa total standard downs.
ppa_total_passing_downs numeric Ppa total passing downs.

Examples


  try(cfbd_player_season_overview(year = 2024, athlete_id = 4429105))


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