Learn R Programming

cfbfastR (version 1.9.0)

load_cfb_schedules: Load CFB Game/Schedule Data from data repo

Description

This returns game/schedule information

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

Examples

Run this code
# NOT RUN {
  try(load_cfb_schedules(2020))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab