powered by
This function creates a connection object which stores parameters and gets a login-cookie if available - it does so by passing arguments to the appropriate league-based handler.
ff_connect(platform = "mfl", league_id = NULL, ...)
one of MFL or Sleeper (Fleaflicker, ESPN, Yahoo in approximate priority order going forward)
league_id (currently assuming one league at a time)
other parameters passed to the connect function for each specific platform.
a connection object to be used with ff_* functions
ff_*
ff_connect, sleeper_connect
ff_connect
sleeper_connect
# NOT RUN { ff_connect(platform = "mfl", season = 2019, league_id = 54040, rate_limit = FALSE) # }
Run the code above in your browser using DataLab