cfbd_calendar: *Get calendar of weeks by season.*

View source: R/cfbd_games.R

cfbd_calendarR Documentation

Get calendar of weeks by season.

Description

Get calendar of weeks by season.

Usage

cfbd_calendar(year)

Arguments

year

(Integer required): Year, 4 digit format (YYYY)

Value

cfbd_calendar() - A data frame with 5 variables:

season: character.

Calendar season.

week: integer.

Calendar game week.

season_type: character

Season type of calendar week.

first_game_start: character.

First game start time of the calendar week.

last_game_start: character.

Last game start time of the calendar week.

Examples


  try(cfbd_calendar(2019))


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