load_cfb_schedules: Load CFB Game/Schedule Data from data repo

View source: R/load_cfb.R

load_cfb_schedulesR Documentation

Load CFB Game/Schedule Data from data repo

Description

This function returns game/schedule information for the specified season(s). This function wraps the cfbd_game_info() function sourced from the College Football Data API.

Usage

load_cfb_schedules(seasons = most_recent_cfb_season())

Arguments

seasons

a numeric vector of seasons to return, default TRUE returns all available data.

Value

A tibble of game information for past and/or future games.

See Also

cfbd_game_info()

Issues with this data should be filed here: https://github.com/sportsdataverse/cfbfastR-data

Other loaders: load_cfb_pbp(), load_cfb_rosters(), load_cfb_teams(), update_cfb_db()

Examples


  try(load_cfb_schedules(2024))



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