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.
Running this code:
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_startersbe re-named asoffense_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_startersisNA, and onlyoffense_st_starterswill have a value attached. MFL introduced the ability to designateoffense_startersin 2019.