Skip to contents

Loads weekly team summaries – one row per team-week with cumulative- to-date EPA and success-rate profiles. Published to the cfb_team_summaries_weekly release tag on the sportsdataverse-data repo.

Usage

load_cfb_team_summaries_weekly(
  seasons = most_recent_cfb_season(),
  ...,
  dbConnection = NULL,
  tablename = NULL
)

Arguments

seasons

A vector of 4-digit years associated with given college football seasons. Published coverage runs 2004 through the most recent season. Pass seasons = TRUE for every published season. (Min: 2004)

...

Additional arguments passed to an underlying function that writes the season data into a database.

dbConnection

A DBIConnection object, as returned by DBI::dbConnect()

tablename

The name of the data table within the database

Value

Returns a cfbfastR_data tibble.

col_nametypesdescription
team_idinteger
pos_teamcharacter
divisioncharacter
conferencecharacter
seasoninteger
plays_offintegerPlays run, with the team on offense.
passrate_offdoubleShare of plays that were pass plays, with the team on offense.
rushrate_offdoubleShare of plays that were rush plays, with the team on offense.
havoc_offdoubleHavoc rate – the share of plays carrying the defensive-disruption flag, with the team on offense.
explosive_offdoubleExplosive-play rate – the share of plays carrying the explosive flag, with the team on offense.
TEPA_offdoubleTotal EPA summed over every play, with the team on offense.
EPAplay_offdoubleEPA per play, with the team on offense.
yards_offintegerTotal yards gained, with the team on offense.
yardsplay_offdoubleYards gained per play, with the team on offense.
play_stuffed_offdoubleStuffed-play rate – the share of plays carrying the stuffed flag, with the team on offense.
success_offdoubleSuccess rate – the share of plays flagged as successful by EPA, with the team on offense.
red_zone_success_offdoubleSuccess rate on red-zone plays, with the team on offense.
third_down_success_offdoubleSuccess rate on third-down plays, with the team on offense.
third_down_distance_offdoubleAverage yards to go on third down, with the team on offense.
late_down_success_offdoubleSuccess rate on late-down plays, with the team on offense.
early_down_EPA_offdoubleEPA per early-down play, with the team on offense.
start_position_offdoubleAverage drive start position, measured in yards from the opponent goal line, with the team on offense.
nonExplosiveEpaPerPlay_offdoubleEPA per play with explosive plays excluded, with the team on offense.
line_yards_offdoubleAverage line yards credited to the offensive line on rushes, with the team on offense.
opportunity_rate_offdoubleOpportunity rate – the share of rushes carrying the opportunity flag, with the team on offense.
playsgame_offdoublePlays run per game, with the team on offense.
EPAdrive_offdoubleEPA per drive (total EPA divided by drives), with the team on offense.
EPAgame_offdoubleEPA per game (total EPA divided by games), with the team on offense.
yardsgame_offdoubleYards gained per game, with the team on offense.
drives_offintegerOffensive drives, with the team on offense.
drivesgame_offdoubleDrives per game, with the team on offense.
yardsdrive_offdoubleYards gained per drive, with the team on offense.
playsdrive_offdoublePlays run per drive, with the team on offense.
playsgame_off_rankdoubleNational rank of the team's plays run per game with the team on offense, where 1 is best.
TEPA_off_rankdoubleNational rank of the team's total EPA summed over every play with the team on offense, where 1 is best.
EPAgame_off_rankdoubleNational rank of the team's EPA per game (total EPA divided by games) with the team on offense, where 1 is best.
EPAplay_off_rankdoubleNational rank of the team's EPA per play with the team on offense, where 1 is best.
EPAdrive_off_rankdoubleNational rank of the team's EPA per drive (total EPA divided by drives) with the team on offense, where 1 is best.
early_down_EPA_off_rankdoubleNational rank of the team's EPA per early-down play with the team on offense, where 1 is best.
success_off_rankdoubleNational rank of the team's success rate – the share of plays flagged as successful by EPA with the team on offense, where 1 is best.
yards_off_rankdoubleNational rank of the team's total yards gained with the team on offense, where 1 is best.
yardsplay_off_rankdoubleNational rank of the team's yards gained per play with the team on offense, where 1 is best.
yardsgame_off_rankdoubleNational rank of the team's yards gained per game with the team on offense, where 1 is best.
drivesgame_off_rankdoubleNational rank of the team's drives per game with the team on offense, where 1 is best.
yardsdrive_off_rankdoubleNational rank of the team's yards gained per drive with the team on offense, where 1 is best.
playsdrive_off_rankdoubleNational rank of the team's plays run per drive with the team on offense, where 1 is best.
play_stuffed_off_rankdoubleNational rank of the team's stuffed-play rate – the share of plays carrying the stuffed flag with the team on offense, where 1 is best.
red_zone_success_off_rankdoubleNational rank of the team's success rate on red-zone plays with the team on offense, where 1 is best.
third_down_success_off_rankdoubleNational rank of the team's success rate on third-down plays with the team on offense, where 1 is best.
late_down_success_off_rankdoubleNational rank of the team's success rate on late-down plays with the team on offense, where 1 is best.
third_down_distance_off_rankdoubleNational rank of the team's average yards to go on third down with the team on offense, where 1 is best.
start_position_off_rankdoubleNational rank of the team's average drive start position, measured in yards from the opponent goal line with the team on offense, where 1 is best.
havoc_off_rankdoubleNational rank of the team's havoc rate – the share of plays carrying the defensive-disruption flag with the team on offense, where 1 is best.
explosive_off_rankdoubleNational rank of the team's explosive-play rate – the share of plays carrying the explosive flag with the team on offense, where 1 is best.
passrate_off_rankdoubleNational rank of the team's share of plays that were pass plays with the team on offense, where 1 is best.
rushrate_off_rankdoubleNational rank of the team's share of plays that were rush plays with the team on offense, where 1 is best.
nonExplosiveEpaPerPlay_off_rankdoubleNational rank of the team's EPA per play with explosive plays excluded with the team on offense, where 1 is best.
line_yards_off_rankdoubleNational rank of the team's average line yards credited to the offensive line on rushes with the team on offense, where 1 is best.
opportunity_rate_off_rankdoubleNational rank of the team's opportunity rate – the share of rushes carrying the opportunity flag with the team on offense, where 1 is best.
plays_defintegerPlays run, with the team on defense (i.e. allowed to opponents).
passrate_defdoubleShare of plays that were pass plays, with the team on defense (i.e. allowed to opponents).
rushrate_defdoubleShare of plays that were rush plays, with the team on defense (i.e. allowed to opponents).
havoc_defdoubleHavoc rate – the share of plays carrying the defensive-disruption flag, with the team on defense (i.e. allowed to opponents).
explosive_defdoubleExplosive-play rate – the share of plays carrying the explosive flag, with the team on defense (i.e. allowed to opponents).
TEPA_defdoubleTotal EPA summed over every play, with the team on defense (i.e. allowed to opponents).
EPAplay_defdoubleEPA per play, with the team on defense (i.e. allowed to opponents).
yards_defintegerTotal yards gained, with the team on defense (i.e. allowed to opponents).
yardsplay_defdoubleYards gained per play, with the team on defense (i.e. allowed to opponents).
play_stuffed_defdoubleStuffed-play rate – the share of plays carrying the stuffed flag, with the team on defense (i.e. allowed to opponents).
success_defdoubleSuccess rate – the share of plays flagged as successful by EPA, with the team on defense (i.e. allowed to opponents).
red_zone_success_defdoubleSuccess rate on red-zone plays, with the team on defense (i.e. allowed to opponents).
third_down_success_defdoubleSuccess rate on third-down plays, with the team on defense (i.e. allowed to opponents).
third_down_distance_defdoubleAverage yards to go on third down, with the team on defense (i.e. allowed to opponents).
late_down_success_defdoubleSuccess rate on late-down plays, with the team on defense (i.e. allowed to opponents).
early_down_EPA_defdoubleEPA per early-down play, with the team on defense (i.e. allowed to opponents).
start_position_defdoubleAverage drive start position, measured in yards from the opponent goal line, with the team on defense (i.e. allowed to opponents).
nonExplosiveEpaPerPlay_defdoubleEPA per play with explosive plays excluded, with the team on defense (i.e. allowed to opponents).
line_yards_defdoubleAverage line yards credited to the offensive line on rushes, with the team on defense (i.e. allowed to opponents).
opportunity_rate_defdoubleOpportunity rate – the share of rushes carrying the opportunity flag, with the team on defense (i.e. allowed to opponents).
playsgame_defdoublePlays run per game, with the team on defense (i.e. allowed to opponents).
EPAdrive_defdoubleEPA per drive (total EPA divided by drives), with the team on defense (i.e. allowed to opponents).
EPAgame_defdoubleEPA per game (total EPA divided by games), with the team on defense (i.e. allowed to opponents).
yardsgame_defdoubleYards gained per game, with the team on defense (i.e. allowed to opponents).
drives_defintegerOffensive drives, with the team on defense (i.e. allowed to opponents).
drivesgame_defdoubleDrives per game, with the team on defense (i.e. allowed to opponents).
yardsdrive_defdoubleYards gained per drive, with the team on defense (i.e. allowed to opponents).
playsdrive_defdoublePlays run per drive, with the team on defense (i.e. allowed to opponents).
playsgame_def_rankdoubleNational rank of the team's plays run per game with the team on defense (i.e. allowed to opponents), where 1 is best.
TEPA_def_rankdoubleNational rank of the team's total EPA summed over every play with the team on defense (i.e. allowed to opponents), where 1 is best.
EPAgame_def_rankdoubleNational rank of the team's EPA per game (total EPA divided by games) with the team on defense (i.e. allowed to opponents), where 1 is best.
EPAplay_def_rankdoubleNational rank of the team's EPA per play with the team on defense (i.e. allowed to opponents), where 1 is best.
EPAdrive_def_rankdoubleNational rank of the team's EPA per drive (total EPA divided by drives) with the team on defense (i.e. allowed to opponents), where 1 is best.
early_down_EPA_def_rankdoubleNational rank of the team's EPA per early-down play with the team on defense (i.e. allowed to opponents), where 1 is best.
success_def_rankdoubleNational rank of the team's success rate – the share of plays flagged as successful by EPA with the team on defense (i.e. allowed to opponents), where 1 is best.
yards_def_rankdoubleNational rank of the team's total yards gained with the team on defense (i.e. allowed to opponents), where 1 is best.
yardsplay_def_rankdoubleNational rank of the team's yards gained per play with the team on defense (i.e. allowed to opponents), where 1 is best.
yardsgame_def_rankdoubleNational rank of the team's yards gained per game with the team on defense (i.e. allowed to opponents), where 1 is best.
drivesgame_def_rankdoubleNational rank of the team's drives per game with the team on defense (i.e. allowed to opponents), where 1 is best.
yardsdrive_def_rankdoubleNational rank of the team's yards gained per drive with the team on defense (i.e. allowed to opponents), where 1 is best.
playsdrive_def_rankdoubleNational rank of the team's plays run per drive with the team on defense (i.e. allowed to opponents), where 1 is best.
play_stuffed_def_rankdoubleNational rank of the team's stuffed-play rate – the share of plays carrying the stuffed flag with the team on defense (i.e. allowed to opponents), where 1 is best.
red_zone_success_def_rankdoubleNational rank of the team's success rate on red-zone plays with the team on defense (i.e. allowed to opponents), where 1 is best.
third_down_success_def_rankdoubleNational rank of the team's success rate on third-down plays with the team on defense (i.e. allowed to opponents), where 1 is best.
late_down_success_def_rankdoubleNational rank of the team's success rate on late-down plays with the team on defense (i.e. allowed to opponents), where 1 is best.
third_down_distance_def_rankdoubleNational rank of the team's average yards to go on third down with the team on defense (i.e. allowed to opponents), where 1 is best.
start_position_def_rankdoubleNational rank of the team's average drive start position, measured in yards from the opponent goal line with the team on defense (i.e. allowed to opponents), where 1 is best.
havoc_def_rankdoubleNational rank of the team's havoc rate – the share of plays carrying the defensive-disruption flag with the team on defense (i.e. allowed to opponents), where 1 is best.
explosive_def_rankdoubleNational rank of the team's explosive-play rate – the share of plays carrying the explosive flag with the team on defense (i.e. allowed to opponents), where 1 is best.
passrate_def_rankdoubleNational rank of the team's share of plays that were pass plays with the team on defense (i.e. allowed to opponents), where 1 is best.
rushrate_def_rankdoubleNational rank of the team's share of plays that were rush plays with the team on defense (i.e. allowed to opponents), where 1 is best.
nonExplosiveEpaPerPlay_def_rankdoubleNational rank of the team's EPA per play with explosive plays excluded with the team on defense (i.e. allowed to opponents), where 1 is best.
line_yards_def_rankdoubleNational rank of the team's average line yards credited to the offensive line on rushes with the team on defense (i.e. allowed to opponents), where 1 is best.
opportunity_rate_def_rankdoubleNational rank of the team's opportunity rate – the share of rushes carrying the opportunity flag with the team on defense (i.e. allowed to opponents), where 1 is best.
TEPA_margindoubleMargin in total EPA summed over every play: the team's offensive value minus the value it allowed on defense.
EPAplay_margindoubleMargin in EPA per play: the team's offensive value minus the value it allowed on defense.
EPAdrive_margindoubleMargin in EPA per drive (total EPA divided by drives): the team's offensive value minus the value it allowed on defense.
EPAgame_margindoubleMargin in EPA per game (total EPA divided by games): the team's offensive value minus the value it allowed on defense.
success_margindoubleMargin in success rate – the share of plays flagged as successful by EPA: the team's offensive value minus the value it allowed on defense.
yardsplay_margindoubleMargin in yards gained per play: the team's offensive value minus the value it allowed on defense.
TEPA_margin_rankdoubleMargin in total EPA summed over every play: the team's offensive value minus the value it allowed on defense. National rank of that margin, 1 = largest.
EPAplay_margin_rankdoubleMargin in EPA per play: the team's offensive value minus the value it allowed on defense. National rank of that margin, 1 = largest.
EPAdrive_margin_rankdoubleMargin in EPA per drive (total EPA divided by drives): the team's offensive value minus the value it allowed on defense. National rank of that margin, 1 = largest.
EPAgame_margin_rankdoubleMargin in EPA per game (total EPA divided by games): the team's offensive value minus the value it allowed on defense. National rank of that margin, 1 = largest.
success_margin_rankdoubleMargin in success rate – the share of plays flagged as successful by EPA: the team's offensive value minus the value it allowed on defense. National rank of that margin, 1 = largest.
yardsplay_margin_rankdoubleMargin in yards gained per play: the team's offensive value minus the value it allowed on defense. National rank of that margin, 1 = largest.
start_position_margindoubleField-position margin: the team's own average starting field position minus the average starting field position it allowed, both measured as yards gained from their own goal line. Positive means the team started closer to scoring than its opponents.
start_position_margin_rankdoubleField-position margin: the team's own average starting field position minus the average starting field position it allowed, both measured as yards gained from their own goal line. Positive means the team started closer to scoring than its opponents. National rank of that margin, 1 = largest.
total_available_yards_offdoubleAvailable yards are the yards a drive could theoretically gain, summed from each drive's starting distance to the opponent goal line. Total available yards on the team's own drives.
total_gained_yards_offintegerTotal yards the team actually gained across its own drives.
available_yards_pct_offdoubleShare of available yards the team's offense actually gained (total_gained_yards_off divided by total_available_yards_off). Higher is better.
available_yards_pct_off_rankdoubleNational rank of the team's offensive available-yards share, where 1 is best.
total_available_yards_defdoubleAvailable yards are the yards a drive could theoretically gain, summed from each drive's starting distance to the opponent goal line. Total available yards on drives the team defended.
total_gained_yards_defintegerTotal yards the team allowed across the drives it defended.
available_yards_pct_defdoubleShare of available yards the team's defense allowed opponents to gain. Lower is better.
available_yards_pct_def_rankdoubleNational rank of the team's defensive available-yards share, where 1 is best.
total_available_yards_margindoubleAvailable yards on the team's own drives minus available yards on drives it defended.
total_gained_yards_marginintegerYards the team gained minus yards it allowed.
available_yards_pct_margindoubleAvailable-yards share gained by the offense minus the share allowed by the defense. Higher is better.
total_available_yards_margin_rankdoubleNational rank of total_available_yards_margin, 1 = largest margin.
total_gained_yards_margin_rankdoubleNational rank of total_gained_yards_margin, 1 = largest margin.
available_yards_pct_margin_rankdoubleNational rank of available_yards_pct_margin, 1 = largest margin.
plays_off_passintegerPlays run on pass plays, with the team on offense.
passrate_off_passdoubleShare of plays that were pass plays on pass plays, with the team on offense.
rushrate_off_passdoubleShare of plays that were rush plays on pass plays, with the team on offense.
havoc_off_passdoubleHavoc rate – the share of plays carrying the defensive-disruption flag on pass plays, with the team on offense.
explosive_off_passdoubleExplosive-play rate – the share of plays carrying the explosive flag on pass plays, with the team on offense.
TEPA_off_passdoubleTotal EPA summed over every play on pass plays, with the team on offense.
EPAplay_off_passdoubleEPA per play on pass plays, with the team on offense.
yards_off_passintegerTotal yards gained on pass plays, with the team on offense.
yardsplay_off_passdoubleYards gained per play on pass plays, with the team on offense.
play_stuffed_off_passdoubleStuffed-play rate – the share of plays carrying the stuffed flag on pass plays, with the team on offense.
success_off_passdoubleSuccess rate – the share of plays flagged as successful by EPA on pass plays, with the team on offense.
red_zone_success_off_passdoubleSuccess rate on red-zone plays on pass plays, with the team on offense.
third_down_success_off_passdoubleSuccess rate on third-down plays on pass plays, with the team on offense.
third_down_distance_off_passdoubleAverage yards to go on third down on pass plays, with the team on offense.
late_down_success_off_passdoubleSuccess rate on late-down plays on pass plays, with the team on offense.
early_down_EPA_off_passdoubleEPA per early-down play on pass plays, with the team on offense.
nonExplosiveEpaPerPlay_off_passdoubleEPA per play with explosive plays excluded on pass plays, with the team on offense.
line_yards_off_passdoubleAverage line yards credited to the offensive line on rushes on pass plays, with the team on offense.
opportunity_rate_off_passdoubleOpportunity rate – the share of rushes carrying the opportunity flag on pass plays, with the team on offense.
playsgame_off_passdoublePlays run per game on pass plays, with the team on offense.
EPAdrive_off_passdoubleEPA per drive (total EPA divided by drives) on pass plays, with the team on offense.
EPAgame_off_passdoubleEPA per game (total EPA divided by games) on pass plays, with the team on offense.
yardsgame_off_passdoubleYards gained per game on pass plays, with the team on offense.
drives_off_passintegerOffensive drives on pass plays, with the team on offense.
drivesgame_off_passdoubleDrives per game on pass plays, with the team on offense.
yardsdrive_off_passdoubleYards gained per drive on pass plays, with the team on offense.
playsdrive_off_passdoublePlays run per drive on pass plays, with the team on offense.
playsgame_off_pass_rankdoubleNational rank of the team's plays run per game on pass plays with the team on offense, where 1 is best.
TEPA_off_pass_rankdoubleNational rank of the team's total EPA summed over every play on pass plays with the team on offense, where 1 is best.
EPAgame_off_pass_rankdoubleNational rank of the team's EPA per game (total EPA divided by games) on pass plays with the team on offense, where 1 is best.
EPAplay_off_pass_rankdoubleNational rank of the team's EPA per play on pass plays with the team on offense, where 1 is best.
EPAdrive_off_pass_rankdoubleNational rank of the team's EPA per drive (total EPA divided by drives) on pass plays with the team on offense, where 1 is best.
early_down_EPA_off_pass_rankdoubleNational rank of the team's EPA per early-down play on pass plays with the team on offense, where 1 is best.
success_off_pass_rankdoubleNational rank of the team's success rate – the share of plays flagged as successful by EPA on pass plays with the team on offense, where 1 is best.
yards_off_pass_rankdoubleNational rank of the team's total yards gained on pass plays with the team on offense, where 1 is best.
yardsplay_off_pass_rankdoubleNational rank of the team's yards gained per play on pass plays with the team on offense, where 1 is best.
yardsgame_off_pass_rankdoubleNational rank of the team's yards gained per game on pass plays with the team on offense, where 1 is best.
drivesgame_off_pass_rankdoubleNational rank of the team's drives per game on pass plays with the team on offense, where 1 is best.
yardsdrive_off_pass_rankdoubleNational rank of the team's yards gained per drive on pass plays with the team on offense, where 1 is best.
playsdrive_off_pass_rankdoubleNational rank of the team's plays run per drive on pass plays with the team on offense, where 1 is best.
play_stuffed_off_pass_rankdoubleNational rank of the team's stuffed-play rate – the share of plays carrying the stuffed flag on pass plays with the team on offense, where 1 is best.
red_zone_success_off_pass_rankdoubleNational rank of the team's success rate on red-zone plays on pass plays with the team on offense, where 1 is best.
third_down_success_off_pass_rankdoubleNational rank of the team's success rate on third-down plays on pass plays with the team on offense, where 1 is best.
late_down_success_off_pass_rankdoubleNational rank of the team's success rate on late-down plays on pass plays with the team on offense, where 1 is best.
third_down_distance_off_pass_rankdoubleNational rank of the team's average yards to go on third down on pass plays with the team on offense, where 1 is best.
havoc_off_pass_rankdoubleNational rank of the team's havoc rate – the share of plays carrying the defensive-disruption flag on pass plays with the team on offense, where 1 is best.
explosive_off_pass_rankdoubleNational rank of the team's explosive-play rate – the share of plays carrying the explosive flag on pass plays with the team on offense, where 1 is best.
passrate_off_pass_rankdoubleNational rank of the team's share of plays that were pass plays on pass plays with the team on offense, where 1 is best.
rushrate_off_pass_rankdoubleNational rank of the team's share of plays that were rush plays on pass plays with the team on offense, where 1 is best.
nonExplosiveEpaPerPlay_off_pass_rankdoubleNational rank of the team's EPA per play with explosive plays excluded on pass plays with the team on offense, where 1 is best.
line_yards_off_pass_rankdoubleNational rank of the team's average line yards credited to the offensive line on rushes on pass plays with the team on offense, where 1 is best.
opportunity_rate_off_pass_rankdoubleNational rank of the team's opportunity rate – the share of rushes carrying the opportunity flag on pass plays with the team on offense, where 1 is best.
plays_def_passintegerPlays run on pass plays, with the team on defense (i.e. allowed to opponents).
passrate_def_passdoubleShare of plays that were pass plays on pass plays, with the team on defense (i.e. allowed to opponents).
rushrate_def_passdoubleShare of plays that were rush plays on pass plays, with the team on defense (i.e. allowed to opponents).
havoc_def_passdoubleHavoc rate – the share of plays carrying the defensive-disruption flag on pass plays, with the team on defense (i.e. allowed to opponents).
explosive_def_passdoubleExplosive-play rate – the share of plays carrying the explosive flag on pass plays, with the team on defense (i.e. allowed to opponents).
TEPA_def_passdoubleTotal EPA summed over every play on pass plays, with the team on defense (i.e. allowed to opponents).
EPAplay_def_passdoubleEPA per play on pass plays, with the team on defense (i.e. allowed to opponents).
yards_def_passintegerTotal yards gained on pass plays, with the team on defense (i.e. allowed to opponents).
yardsplay_def_passdoubleYards gained per play on pass plays, with the team on defense (i.e. allowed to opponents).
play_stuffed_def_passdoubleStuffed-play rate – the share of plays carrying the stuffed flag on pass plays, with the team on defense (i.e. allowed to opponents).
success_def_passdoubleSuccess rate – the share of plays flagged as successful by EPA on pass plays, with the team on defense (i.e. allowed to opponents).
red_zone_success_def_passdoubleSuccess rate on red-zone plays on pass plays, with the team on defense (i.e. allowed to opponents).
third_down_success_def_passdoubleSuccess rate on third-down plays on pass plays, with the team on defense (i.e. allowed to opponents).
third_down_distance_def_passdoubleAverage yards to go on third down on pass plays, with the team on defense (i.e. allowed to opponents).
late_down_success_def_passdoubleSuccess rate on late-down plays on pass plays, with the team on defense (i.e. allowed to opponents).
early_down_EPA_def_passdoubleEPA per early-down play on pass plays, with the team on defense (i.e. allowed to opponents).
nonExplosiveEpaPerPlay_def_passdoubleEPA per play with explosive plays excluded on pass plays, with the team on defense (i.e. allowed to opponents).
line_yards_def_passdoubleAverage line yards credited to the offensive line on rushes on pass plays, with the team on defense (i.e. allowed to opponents).
opportunity_rate_def_passdoubleOpportunity rate – the share of rushes carrying the opportunity flag on pass plays, with the team on defense (i.e. allowed to opponents).
playsgame_def_passdoublePlays run per game on pass plays, with the team on defense (i.e. allowed to opponents).
EPAdrive_def_passdoubleEPA per drive (total EPA divided by drives) on pass plays, with the team on defense (i.e. allowed to opponents).
EPAgame_def_passdoubleEPA per game (total EPA divided by games) on pass plays, with the team on defense (i.e. allowed to opponents).
yardsgame_def_passdoubleYards gained per game on pass plays, with the team on defense (i.e. allowed to opponents).
drives_def_passintegerOffensive drives on pass plays, with the team on defense (i.e. allowed to opponents).
drivesgame_def_passdoubleDrives per game on pass plays, with the team on defense (i.e. allowed to opponents).
yardsdrive_def_passdoubleYards gained per drive on pass plays, with the team on defense (i.e. allowed to opponents).
playsdrive_def_passdoublePlays run per drive on pass plays, with the team on defense (i.e. allowed to opponents).
playsgame_def_pass_rankdoubleNational rank of the team's plays run per game on pass plays with the team on defense (i.e. allowed to opponents), where 1 is best.
TEPA_def_pass_rankdoubleNational rank of the team's total EPA summed over every play on pass plays with the team on defense (i.e. allowed to opponents), where 1 is best.
EPAgame_def_pass_rankdoubleNational rank of the team's EPA per game (total EPA divided by games) on pass plays with the team on defense (i.e. allowed to opponents), where 1 is best.
EPAplay_def_pass_rankdoubleNational rank of the team's EPA per play on pass plays with the team on defense (i.e. allowed to opponents), where 1 is best.
EPAdrive_def_pass_rankdoubleNational rank of the team's EPA per drive (total EPA divided by drives) on pass plays with the team on defense (i.e. allowed to opponents), where 1 is best.
early_down_EPA_def_pass_rankdoubleNational rank of the team's EPA per early-down play on pass plays with the team on defense (i.e. allowed to opponents), where 1 is best.
success_def_pass_rankdoubleNational rank of the team's success rate – the share of plays flagged as successful by EPA on pass plays with the team on defense (i.e. allowed to opponents), where 1 is best.
yards_def_pass_rankdoubleNational rank of the team's total yards gained on pass plays with the team on defense (i.e. allowed to opponents), where 1 is best.
yardsplay_def_pass_rankdoubleNational rank of the team's yards gained per play on pass plays with the team on defense (i.e. allowed to opponents), where 1 is best.
yardsgame_def_pass_rankdoubleNational rank of the team's yards gained per game on pass plays with the team on defense (i.e. allowed to opponents), where 1 is best.
drivesgame_def_pass_rankdoubleNational rank of the team's drives per game on pass plays with the team on defense (i.e. allowed to opponents), where 1 is best.
yardsdrive_def_pass_rankdoubleNational rank of the team's yards gained per drive on pass plays with the team on defense (i.e. allowed to opponents), where 1 is best.
playsdrive_def_pass_rankdoubleNational rank of the team's plays run per drive on pass plays with the team on defense (i.e. allowed to opponents), where 1 is best.
play_stuffed_def_pass_rankdoubleNational rank of the team's stuffed-play rate – the share of plays carrying the stuffed flag on pass plays with the team on defense (i.e. allowed to opponents), where 1 is best.
red_zone_success_def_pass_rankdoubleNational rank of the team's success rate on red-zone plays on pass plays with the team on defense (i.e. allowed to opponents), where 1 is best.
third_down_success_def_pass_rankdoubleNational rank of the team's success rate on third-down plays on pass plays with the team on defense (i.e. allowed to opponents), where 1 is best.
late_down_success_def_pass_rankdoubleNational rank of the team's success rate on late-down plays on pass plays with the team on defense (i.e. allowed to opponents), where 1 is best.
third_down_distance_def_pass_rankdoubleNational rank of the team's average yards to go on third down on pass plays with the team on defense (i.e. allowed to opponents), where 1 is best.
havoc_def_pass_rankdoubleNational rank of the team's havoc rate – the share of plays carrying the defensive-disruption flag on pass plays with the team on defense (i.e. allowed to opponents), where 1 is best.
explosive_def_pass_rankdoubleNational rank of the team's explosive-play rate – the share of plays carrying the explosive flag on pass plays with the team on defense (i.e. allowed to opponents), where 1 is best.
passrate_def_pass_rankdoubleNational rank of the team's share of plays that were pass plays on pass plays with the team on defense (i.e. allowed to opponents), where 1 is best.
rushrate_def_pass_rankdoubleNational rank of the team's share of plays that were rush plays on pass plays with the team on defense (i.e. allowed to opponents), where 1 is best.
nonExplosiveEpaPerPlay_def_pass_rankdoubleNational rank of the team's EPA per play with explosive plays excluded on pass plays with the team on defense (i.e. allowed to opponents), where 1 is best.
line_yards_def_pass_rankdoubleNational rank of the team's average line yards credited to the offensive line on rushes on pass plays with the team on defense (i.e. allowed to opponents), where 1 is best.
opportunity_rate_def_pass_rankdoubleNational rank of the team's opportunity rate – the share of rushes carrying the opportunity flag on pass plays with the team on defense (i.e. allowed to opponents), where 1 is best.
TEPA_margin_passdoubleMargin in total EPA summed over every play on pass plays: the team's offensive value minus the value it allowed on defense.
EPAplay_margin_passdoubleMargin in EPA per play on pass plays: the team's offensive value minus the value it allowed on defense.
EPAdrive_margin_passdoubleMargin in EPA per drive (total EPA divided by drives) on pass plays: the team's offensive value minus the value it allowed on defense.
EPAgame_margin_passdoubleMargin in EPA per game (total EPA divided by games) on pass plays: the team's offensive value minus the value it allowed on defense.
success_margin_passdoubleMargin in success rate – the share of plays flagged as successful by EPA on pass plays: the team's offensive value minus the value it allowed on defense.
yardsplay_margin_passdoubleMargin in yards gained per play on pass plays: the team's offensive value minus the value it allowed on defense.
TEPA_margin_pass_rankdoubleMargin in total EPA summed over every play on pass plays: the team's offensive value minus the value it allowed on defense. National rank of that margin, 1 = largest.
EPAplay_margin_pass_rankdoubleMargin in EPA per play on pass plays: the team's offensive value minus the value it allowed on defense. National rank of that margin, 1 = largest.
EPAdrive_margin_pass_rankdoubleMargin in EPA per drive (total EPA divided by drives) on pass plays: the team's offensive value minus the value it allowed on defense. National rank of that margin, 1 = largest.
EPAgame_margin_pass_rankdoubleMargin in EPA per game (total EPA divided by games) on pass plays: the team's offensive value minus the value it allowed on defense. National rank of that margin, 1 = largest.
success_margin_pass_rankdoubleMargin in success rate – the share of plays flagged as successful by EPA on pass plays: the team's offensive value minus the value it allowed on defense. National rank of that margin, 1 = largest.
yardsplay_margin_pass_rankdoubleMargin in yards gained per play on pass plays: the team's offensive value minus the value it allowed on defense. National rank of that margin, 1 = largest.
plays_off_rushintegerPlays run on rush plays, with the team on offense.
passrate_off_rushdoubleShare of plays that were pass plays on rush plays, with the team on offense.
rushrate_off_rushdoubleShare of plays that were rush plays on rush plays, with the team on offense.
havoc_off_rushdoubleHavoc rate – the share of plays carrying the defensive-disruption flag on rush plays, with the team on offense.
explosive_off_rushdoubleExplosive-play rate – the share of plays carrying the explosive flag on rush plays, with the team on offense.
TEPA_off_rushdoubleTotal EPA summed over every play on rush plays, with the team on offense.
EPAplay_off_rushdoubleEPA per play on rush plays, with the team on offense.
yards_off_rushintegerTotal yards gained on rush plays, with the team on offense.
yardsplay_off_rushdoubleYards gained per play on rush plays, with the team on offense.
play_stuffed_off_rushdoubleStuffed-play rate – the share of plays carrying the stuffed flag on rush plays, with the team on offense.
success_off_rushdoubleSuccess rate – the share of plays flagged as successful by EPA on rush plays, with the team on offense.
red_zone_success_off_rushdoubleSuccess rate on red-zone plays on rush plays, with the team on offense.
third_down_success_off_rushdoubleSuccess rate on third-down plays on rush plays, with the team on offense.
third_down_distance_off_rushdoubleAverage yards to go on third down on rush plays, with the team on offense.
late_down_success_off_rushdoubleSuccess rate on late-down plays on rush plays, with the team on offense.
early_down_EPA_off_rushdoubleEPA per early-down play on rush plays, with the team on offense.
nonExplosiveEpaPerPlay_off_rushdoubleEPA per play with explosive plays excluded on rush plays, with the team on offense.
line_yards_off_rushdoubleAverage line yards credited to the offensive line on rushes on rush plays, with the team on offense.
opportunity_rate_off_rushdoubleOpportunity rate – the share of rushes carrying the opportunity flag on rush plays, with the team on offense.
playsgame_off_rushdoublePlays run per game on rush plays, with the team on offense.
EPAdrive_off_rushdoubleEPA per drive (total EPA divided by drives) on rush plays, with the team on offense.
EPAgame_off_rushdoubleEPA per game (total EPA divided by games) on rush plays, with the team on offense.
yardsgame_off_rushdoubleYards gained per game on rush plays, with the team on offense.
drives_off_rushintegerOffensive drives on rush plays, with the team on offense.
drivesgame_off_rushdoubleDrives per game on rush plays, with the team on offense.
yardsdrive_off_rushdoubleYards gained per drive on rush plays, with the team on offense.
playsdrive_off_rushdoublePlays run per drive on rush plays, with the team on offense.
playsgame_off_rush_rankdoubleNational rank of the team's plays run per game on rush plays with the team on offense, where 1 is best.
TEPA_off_rush_rankdoubleNational rank of the team's total EPA summed over every play on rush plays with the team on offense, where 1 is best.
EPAgame_off_rush_rankdoubleNational rank of the team's EPA per game (total EPA divided by games) on rush plays with the team on offense, where 1 is best.
EPAplay_off_rush_rankdoubleNational rank of the team's EPA per play on rush plays with the team on offense, where 1 is best.
EPAdrive_off_rush_rankdoubleNational rank of the team's EPA per drive (total EPA divided by drives) on rush plays with the team on offense, where 1 is best.
early_down_EPA_off_rush_rankdoubleNational rank of the team's EPA per early-down play on rush plays with the team on offense, where 1 is best.
success_off_rush_rankdoubleNational rank of the team's success rate – the share of plays flagged as successful by EPA on rush plays with the team on offense, where 1 is best.
yards_off_rush_rankdoubleNational rank of the team's total yards gained on rush plays with the team on offense, where 1 is best.
yardsplay_off_rush_rankdoubleNational rank of the team's yards gained per play on rush plays with the team on offense, where 1 is best.
yardsgame_off_rush_rankdoubleNational rank of the team's yards gained per game on rush plays with the team on offense, where 1 is best.
drivesgame_off_rush_rankdoubleNational rank of the team's drives per game on rush plays with the team on offense, where 1 is best.
yardsdrive_off_rush_rankdoubleNational rank of the team's yards gained per drive on rush plays with the team on offense, where 1 is best.
playsdrive_off_rush_rankdoubleNational rank of the team's plays run per drive on rush plays with the team on offense, where 1 is best.
play_stuffed_off_rush_rankdoubleNational rank of the team's stuffed-play rate – the share of plays carrying the stuffed flag on rush plays with the team on offense, where 1 is best.
red_zone_success_off_rush_rankdoubleNational rank of the team's success rate on red-zone plays on rush plays with the team on offense, where 1 is best.
third_down_success_off_rush_rankdoubleNational rank of the team's success rate on third-down plays on rush plays with the team on offense, where 1 is best.
late_down_success_off_rush_rankdoubleNational rank of the team's success rate on late-down plays on rush plays with the team on offense, where 1 is best.
third_down_distance_off_rush_rankdoubleNational rank of the team's average yards to go on third down on rush plays with the team on offense, where 1 is best.
havoc_off_rush_rankdoubleNational rank of the team's havoc rate – the share of plays carrying the defensive-disruption flag on rush plays with the team on offense, where 1 is best.
explosive_off_rush_rankdoubleNational rank of the team's explosive-play rate – the share of plays carrying the explosive flag on rush plays with the team on offense, where 1 is best.
passrate_off_rush_rankdoubleNational rank of the team's share of plays that were pass plays on rush plays with the team on offense, where 1 is best.
rushrate_off_rush_rankdoubleNational rank of the team's share of plays that were rush plays on rush plays with the team on offense, where 1 is best.
nonExplosiveEpaPerPlay_off_rush_rankdoubleNational rank of the team's EPA per play with explosive plays excluded on rush plays with the team on offense, where 1 is best.
line_yards_off_rush_rankdoubleNational rank of the team's average line yards credited to the offensive line on rushes on rush plays with the team on offense, where 1 is best.
opportunity_rate_off_rush_rankdoubleNational rank of the team's opportunity rate – the share of rushes carrying the opportunity flag on rush plays with the team on offense, where 1 is best.
plays_def_rushintegerPlays run on rush plays, with the team on defense (i.e. allowed to opponents).
passrate_def_rushdoubleShare of plays that were pass plays on rush plays, with the team on defense (i.e. allowed to opponents).
rushrate_def_rushdoubleShare of plays that were rush plays on rush plays, with the team on defense (i.e. allowed to opponents).
havoc_def_rushdoubleHavoc rate – the share of plays carrying the defensive-disruption flag on rush plays, with the team on defense (i.e. allowed to opponents).
explosive_def_rushdoubleExplosive-play rate – the share of plays carrying the explosive flag on rush plays, with the team on defense (i.e. allowed to opponents).
TEPA_def_rushdoubleTotal EPA summed over every play on rush plays, with the team on defense (i.e. allowed to opponents).
EPAplay_def_rushdoubleEPA per play on rush plays, with the team on defense (i.e. allowed to opponents).
yards_def_rushintegerTotal yards gained on rush plays, with the team on defense (i.e. allowed to opponents).
yardsplay_def_rushdoubleYards gained per play on rush plays, with the team on defense (i.e. allowed to opponents).
play_stuffed_def_rushdoubleStuffed-play rate – the share of plays carrying the stuffed flag on rush plays, with the team on defense (i.e. allowed to opponents).
success_def_rushdoubleSuccess rate – the share of plays flagged as successful by EPA on rush plays, with the team on defense (i.e. allowed to opponents).
red_zone_success_def_rushdoubleSuccess rate on red-zone plays on rush plays, with the team on defense (i.e. allowed to opponents).
third_down_success_def_rushdoubleSuccess rate on third-down plays on rush plays, with the team on defense (i.e. allowed to opponents).
third_down_distance_def_rushdoubleAverage yards to go on third down on rush plays, with the team on defense (i.e. allowed to opponents).
late_down_success_def_rushdoubleSuccess rate on late-down plays on rush plays, with the team on defense (i.e. allowed to opponents).
early_down_EPA_def_rushdoubleEPA per early-down play on rush plays, with the team on defense (i.e. allowed to opponents).
nonExplosiveEpaPerPlay_def_rushdoubleEPA per play with explosive plays excluded on rush plays, with the team on defense (i.e. allowed to opponents).
line_yards_def_rushdoubleAverage line yards credited to the offensive line on rushes on rush plays, with the team on defense (i.e. allowed to opponents).
opportunity_rate_def_rushdoubleOpportunity rate – the share of rushes carrying the opportunity flag on rush plays, with the team on defense (i.e. allowed to opponents).
playsgame_def_rushdoublePlays run per game on rush plays, with the team on defense (i.e. allowed to opponents).
EPAdrive_def_rushdoubleEPA per drive (total EPA divided by drives) on rush plays, with the team on defense (i.e. allowed to opponents).
EPAgame_def_rushdoubleEPA per game (total EPA divided by games) on rush plays, with the team on defense (i.e. allowed to opponents).
yardsgame_def_rushdoubleYards gained per game on rush plays, with the team on defense (i.e. allowed to opponents).
drives_def_rushintegerOffensive drives on rush plays, with the team on defense (i.e. allowed to opponents).
drivesgame_def_rushdoubleDrives per game on rush plays, with the team on defense (i.e. allowed to opponents).
yardsdrive_def_rushdoubleYards gained per drive on rush plays, with the team on defense (i.e. allowed to opponents).
playsdrive_def_rushdoublePlays run per drive on rush plays, with the team on defense (i.e. allowed to opponents).
playsgame_def_rush_rankdoubleNational rank of the team's plays run per game on rush plays with the team on defense (i.e. allowed to opponents), where 1 is best.
TEPA_def_rush_rankdoubleNational rank of the team's total EPA summed over every play on rush plays with the team on defense (i.e. allowed to opponents), where 1 is best.
EPAgame_def_rush_rankdoubleNational rank of the team's EPA per game (total EPA divided by games) on rush plays with the team on defense (i.e. allowed to opponents), where 1 is best.
EPAplay_def_rush_rankdoubleNational rank of the team's EPA per play on rush plays with the team on defense (i.e. allowed to opponents), where 1 is best.
EPAdrive_def_rush_rankdoubleNational rank of the team's EPA per drive (total EPA divided by drives) on rush plays with the team on defense (i.e. allowed to opponents), where 1 is best.
early_down_EPA_def_rush_rankdoubleNational rank of the team's EPA per early-down play on rush plays with the team on defense (i.e. allowed to opponents), where 1 is best.
success_def_rush_rankdoubleNational rank of the team's success rate – the share of plays flagged as successful by EPA on rush plays with the team on defense (i.e. allowed to opponents), where 1 is best.
yards_def_rush_rankdoubleNational rank of the team's total yards gained on rush plays with the team on defense (i.e. allowed to opponents), where 1 is best.
yardsplay_def_rush_rankdoubleNational rank of the team's yards gained per play on rush plays with the team on defense (i.e. allowed to opponents), where 1 is best.
yardsgame_def_rush_rankdoubleNational rank of the team's yards gained per game on rush plays with the team on defense (i.e. allowed to opponents), where 1 is best.
drivesgame_def_rush_rankdoubleNational rank of the team's drives per game on rush plays with the team on defense (i.e. allowed to opponents), where 1 is best.
yardsdrive_def_rush_rankdoubleNational rank of the team's yards gained per drive on rush plays with the team on defense (i.e. allowed to opponents), where 1 is best.
playsdrive_def_rush_rankdoubleNational rank of the team's plays run per drive on rush plays with the team on defense (i.e. allowed to opponents), where 1 is best.
play_stuffed_def_rush_rankdoubleNational rank of the team's stuffed-play rate – the share of plays carrying the stuffed flag on rush plays with the team on defense (i.e. allowed to opponents), where 1 is best.
red_zone_success_def_rush_rankdoubleNational rank of the team's success rate on red-zone plays on rush plays with the team on defense (i.e. allowed to opponents), where 1 is best.
third_down_success_def_rush_rankdoubleNational rank of the team's success rate on third-down plays on rush plays with the team on defense (i.e. allowed to opponents), where 1 is best.
late_down_success_def_rush_rankdoubleNational rank of the team's success rate on late-down plays on rush plays with the team on defense (i.e. allowed to opponents), where 1 is best.
third_down_distance_def_rush_rankdoubleNational rank of the team's average yards to go on third down on rush plays with the team on defense (i.e. allowed to opponents), where 1 is best.
havoc_def_rush_rankdoubleNational rank of the team's havoc rate – the share of plays carrying the defensive-disruption flag on rush plays with the team on defense (i.e. allowed to opponents), where 1 is best.
explosive_def_rush_rankdoubleNational rank of the team's explosive-play rate – the share of plays carrying the explosive flag on rush plays with the team on defense (i.e. allowed to opponents), where 1 is best.
passrate_def_rush_rankdoubleNational rank of the team's share of plays that were pass plays on rush plays with the team on defense (i.e. allowed to opponents), where 1 is best.
rushrate_def_rush_rankdoubleNational rank of the team's share of plays that were rush plays on rush plays with the team on defense (i.e. allowed to opponents), where 1 is best.
nonExplosiveEpaPerPlay_def_rush_rankdoubleNational rank of the team's EPA per play with explosive plays excluded on rush plays with the team on defense (i.e. allowed to opponents), where 1 is best.
line_yards_def_rush_rankdoubleNational rank of the team's average line yards credited to the offensive line on rushes on rush plays with the team on defense (i.e. allowed to opponents), where 1 is best.
opportunity_rate_def_rush_rankdoubleNational rank of the team's opportunity rate – the share of rushes carrying the opportunity flag on rush plays with the team on defense (i.e. allowed to opponents), where 1 is best.
TEPA_margin_rushdoubleMargin in total EPA summed over every play on rush plays: the team's offensive value minus the value it allowed on defense.
EPAplay_margin_rushdoubleMargin in EPA per play on rush plays: the team's offensive value minus the value it allowed on defense.
EPAdrive_margin_rushdoubleMargin in EPA per drive (total EPA divided by drives) on rush plays: the team's offensive value minus the value it allowed on defense.
EPAgame_margin_rushdoubleMargin in EPA per game (total EPA divided by games) on rush plays: the team's offensive value minus the value it allowed on defense.
success_margin_rushdoubleMargin in success rate – the share of plays flagged as successful by EPA on rush plays: the team's offensive value minus the value it allowed on defense.
yardsplay_margin_rushdoubleMargin in yards gained per play on rush plays: the team's offensive value minus the value it allowed on defense.
TEPA_margin_rush_rankdoubleMargin in total EPA summed over every play on rush plays: the team's offensive value minus the value it allowed on defense. National rank of that margin, 1 = largest.
EPAplay_margin_rush_rankdoubleMargin in EPA per play on rush plays: the team's offensive value minus the value it allowed on defense. National rank of that margin, 1 = largest.
EPAdrive_margin_rush_rankdoubleMargin in EPA per drive (total EPA divided by drives) on rush plays: the team's offensive value minus the value it allowed on defense. National rank of that margin, 1 = largest.
EPAgame_margin_rush_rankdoubleMargin in EPA per game (total EPA divided by games) on rush plays: the team's offensive value minus the value it allowed on defense. National rank of that margin, 1 = largest.
success_margin_rush_rankdoubleMargin in success rate – the share of plays flagged as successful by EPA on rush plays: the team's offensive value minus the value it allowed on defense. National rank of that margin, 1 = largest.
yardsplay_margin_rush_rankdoubleMargin in yards gained per play on rush plays: the team's offensive value minus the value it allowed on defense. National rank of that margin, 1 = largest.
fbs_classcharacterPower/Group classification for the season: P4 or G6 from 2024 on, P5 or G5 through 2023, derived from conference membership (Notre Dame is classified with the power group). Null for teams outside FBS.
valid_gamesintegerNumber of the team's games that produced both an offensive and a defensive adjusted-EPA value; teams below two valid games are dropped from the adjusted ratings.
adj_off_epadoubleOffensive opponent-adjusted EPA per play from the ridge (RAPM-style) regression on offense/defense team indicators plus home field – cfbfastR's adjust_epa adjustment, fit in-sample across the season, so the value is descriptive of that window rather than predictive.
adj_def_epadoubleDefensive opponent-adjusted EPA per play from the ridge (RAPM-style) regression on offense/defense team indicators plus home field – cfbfastR's adjust_epa adjustment, fit in-sample across the season, so the value is descriptive of that window rather than predictive. Lower is better – it is EPA allowed.
off_strength_faceddoubleAverage opponent-defense strength the team's offense faced, taken as the mean of the ridge's defensive coefficients across its opponents. Higher means a tougher slate.
def_strength_faceddoubleAverage opponent-offense strength the team's defense faced, taken as the mean of the ridge's offensive coefficients across its opponents. Higher means a tougher slate.
net_adj_epadoubleNet opponent-adjusted EPA per play: adj_off_epa minus adj_def_epa. Higher is better.
adj_off_epa_rankdoubleNational rank of the team's adj_off_epa, where 1 is best.
adj_def_epa_rankdoubleNational rank of the team's adj_def_epa, where 1 is best (fewest EPA allowed).
net_adj_epa_rankdoubleNational rank of the team's net_adj_epa, 1 = largest net adjusted EPA.
through_weekintegerRegular-season week this cumulative snapshot covers – the row reflects the team's state through the end of that week. One asset holds every week, so filter on this column.

Author

Saiem Gilani

Examples

# \donttest{
  try(load_cfb_team_summaries_weekly(2004))
#> ── college football weekly team summaries from the SportsDataverse data repo ───
#>  Data updated: 2026-08-27 04:22:27 UTC
#> # A tibble: 1,585 × 384
#>    team_id pos_team       division conference season plays_off passrate_off
#>    <chr>   <chr>          <chr>    <chr>       <int>     <int>        <dbl>
#>  1 259     Virginia Tech  fbs      ACC          2004        57        0.544
#>  2 30      USC            fbs      Pac-10       2004        55        0.527
#>  3 103     Boston College fbs      Big East     2004        62        0.355
#>  4 120     Maryland       fbs      ACC          2004        58        0.345
#>  5 127     Michigan State fbs      Big Ten      2004        56        0.625
#>  6 130     Michigan       fbs      Big Ten      2004        66        0.424
#>  7 135     Minnesota      fbs      Big Ten      2004        74        0.135
#>  8 142     Missouri       fbs      Big 12       2004        53        0.415
#>  9 145     Ole Miss       fbs      SEC          2004        55        0.473
#> 10 150     Duke           fbs      ACC          2004        59        0.356
#> # ℹ 1,575 more rows
#> # ℹ 377 more variables: rushrate_off <dbl>, havoc_off <dbl>,
#> #   explosive_off <dbl>, TEPA_off <dbl>, EPAplay_off <dbl>, yards_off <int>,
#> #   yardsplay_off <dbl>, play_stuffed_off <dbl>, success_off <dbl>,
#> #   red_zone_success_off <dbl>, third_down_success_off <dbl>,
#> #   third_down_distance_off <dbl>, late_down_success_off <dbl>,
#> #   early_down_EPA_off <dbl>, start_position_off <dbl>, …
# }