espn_cfb_calendar {cfbfastR}R Documentation

ESPN Calendar

Description

look up the men's college football calendar for a given season

Usage

espn_cfb_calendar(year = NULL, groups = NULL)

Arguments

year

(int): Used to define different seasons. 2002 is the earliest available season.

groups

(string): Used to define different divisions. FBS or FCS.

Value

espn_cfb_calendar() - A data frame with 8 variables:

season: character.

.

season_type: character.

.

label: character.

.

alternate_label: character.

.

detail: character.

.

week: character.

.

start_date: character.

.

end_date: character.

.

Examples


  try(espn_cfb_calendar(2021))


[Package cfbfastR version 1.9.0 Index]