| cfbd_calendar | R Documentation |
Get calendar of weeks by season.
cfbd_calendar(year)
year |
(Integer required): Year, 4 digit format (YYYY) |
cfbd_calendar() - A data frame with 5 variables:
| col_name | types | description |
| 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. |
Other CFBD Games:
cfbd_game_box_advanced(),
cfbd_game_info(),
cfbd_game_media(),
cfbd_game_player_stats(),
cfbd_game_records(),
cfbd_game_team_stats(),
cfbd_game_weather(),
cfbd_live_scoreboard()
try(cfbd_calendar(2019))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.