load_ncaa_mfb_drives: *Load NCAA men's football drives (stats.ncaa.org) from the...

View source: R/load_ncaa_mfb.R

load_ncaa_mfb_drivesR Documentation

Load NCAA men's football drives (stats.ncaa.org) from the SportsDataverse data repo

Description

Loads season-level NCAA men's football drive summaries parsed from stats.ncaa.org; one row per drive. Published to the ncaa_mfb_drives release tag on the sportsdataverse-data repo.

Usage

load_ncaa_mfb_drives(
  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 2013 through the most recent season. Pass seasons = TRUE for every published season. (Min: 2013)

...

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_name types description
contest_id character
drive_number integer
quarter integer
period integer
team character
start_period integer
start_how character
start_clock character
start_yard_line character
end_period integer
end_how character
end_clock character
end_yard_line character
n_plays integer
yards integer
espn_game_id character
season integer

Author(s)

Saiem Gilani

Examples


  try(load_ncaa_mfb_drives(2013))


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