Learn R Programming

fflr (version 2.3.0)

ffl_info: 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)

Value

A list of season information.

Arguments

offset

Add negative or positive values.

See Also

Other Game information: espn_games(), ffl_seasons()

Examples

Run this code
str(ffl_info())
Sys.time()
ffl_year()
ffl_week(-1)

Run the code above in your browser using DataLab