Information on the current fantasy football season, with functions to quickly
access and modify certain information (like the current seasonId or
scoringPeriodId).
ffl_info()
ffl_year(offset = 0)
ffl_week(offset = 0)A list of season information.
Other Game information:
espn_games(),
ffl_seasons()
str(ffl_info())
#> List of 6
#> $ abbrev : chr "FFL"
#> $ active : logi TRUE
#> $ currentSeason : int 2026
#> $ currentScoringPeriod: int 1
#> $ startDate : POSIXct[1:1], format: "2026-03-25 07:00:00"
#> $ endDate : POSIXct[1:1], format: "2028-03-25 07:00:00"
Sys.time()
#> [1] "2026-09-08 23:52:16 UTC"
ffl_year()
#> [1] 2026
ffl_week(-1)
#> [1] 0