cfbd_metrics_wp: *Get win probability chart data from API*

View source: R/cfbd_metrics.R

cfbd_metrics_wpR Documentation

Get win probability chart data from API

Description

Get win probability chart data from API

Usage

cfbd_metrics_wp(game_id)

Arguments

game_id

(Integer required): Game ID filter for querying a single game Can be found using the cfbd_game_info() function

Value

cfbd_metrics_wp() - A data frame with 16 variables:

col_name types description
play_id character Play referencing id.
play_text character A text description of the play.
home_id integer Home team referencing id.
home character Home team name.
away_id integer Away team referencing id.
away character Away team name.
spread numeric Betting lines provider spread.
home_ball logical Home team has the ball.
home_score integer Home team score.
away_score integer Away team score.
down integer Down of the play.
distance integer Distance to the sticks (to 1st down marker or goal-line in goal-to-go situations).
home_win_prob numeric Home team win probability (0-1).
away_win_prob numeric Away team win probability (0-1).
play_number integer Game play number.
yard_line integer Yard line of the play (0-100 yards).

See Also

Other CFBD Metrics: cfbd_metrics_fg_ep(), cfbd_metrics_ppa_games(), cfbd_metrics_ppa_players_games(), cfbd_metrics_ppa_players_season(), cfbd_metrics_ppa_predicted(), cfbd_metrics_ppa_teams(), cfbd_metrics_wepa_players_kicking(), cfbd_metrics_wepa_players_passing(), cfbd_metrics_wepa_players_rushing(), cfbd_metrics_wepa_team_season(), cfbd_metrics_wp_pregame()

Examples


  try(cfbd_metrics_wp(game_id = 401012356))


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