pro_schedule {fflr}R Documentation

Professional schedule

Description

The opponents each team faces every week in a regular season.

Usage

pro_schedule(seasonId = ffl_year())

Arguments

seasonId

Season schedule (2004-present), defaults to ffl_year().

Value

Data frame of team opponents by week.

See Also

Other professional football functions: pro_events()

Examples

pro_schedule(seasonId = ffl_year(-2))

[Package fflr version 2.3.0 Index]