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 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


  try(load_cfb_schedules(2020))



cfbfastR documentation built on June 14, 2022, 1:05 a.m.