ffl_info: Get fantasy football information

View source: R/info.R

ffl_infoR Documentation

Get fantasy football information

Description

Information on the current fantasy football season, with functions to quickly access and modify certain information (like the current seasonId or scoringPeriodId).

Usage

ffl_info()

ffl_year(offset = 0)

ffl_week(offset = 0)

Arguments

offset

Add negative or positive values.

Value

A list of season information.

See Also

Other Game information: espn_games(), ffl_seasons()

Examples

str(ffl_info())
Sys.time()
ffl_year()
ffl_week(-1)

fflr documentation built on Sept. 14, 2023, 9:10 a.m.