Skip to content

ff_starter_positions() add for MFL #264

@TheMathNinja

Description

@TheMathNinja

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug 🐛an unexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions