-
-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
bug 🐛an unexpected problem or unintended behavioran unexpected problem or unintended behavior
Milestone
Description
Running this code:
FAFL20 <- mfl_connect(season = 2020, league_id = 22686)
ff_starter_positions(FAFL20)
I'm seeing that offense_starters = 9. Notably, this includes Kickers and Punters.
In MFL I've specified that QB+RB+WR+TE = 7 for this league, but I don't see any column that retrieves that variable.
One idea I had is...could the current offense_starters be re-named as offense_st_starters, and create a new offense_starters that reads in this 7 from MFL? Thanks!
Note: for older MFL leagues, this will mean offense_starters is NA, and only offense_st_starters will have a value attached. MFL introduced the ability to designate offense_starters in 2019.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bug 🐛an unexpected problem or unintended behavioran unexpected problem or unintended behavior