Learn R Programming

cfbfastR (version 1.9.0)

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

Run this code
# NOT RUN {
  try(cfbd_calendar(2019))
# }

Run the code above in your browser using DataLab