| load_cfb_schedules | R Documentation |
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.
load_cfb_schedules(seasons = most_recent_cfb_season())
seasons |
a numeric vector of seasons to return, default |
A tibble of game information for past and/or future games.
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()
try(load_cfb_schedules(2024))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.