league_simulation | R Documentation |
The ESPN algorithm simulates the entire season according to the projection and matchup schedule to calculate the probability of a team winning their division and making the playoffs.
league_simulation(leagueId = ffl_id(), leagueHistory = FALSE, ...)
leagueId |
Numeric league ID or ESPN fantasy page URL. Defaults to
|
leagueHistory |
logical; Should the |
... |
Additional queries passed to |
A data frame of simulated team standings.
league_simulation(leagueId = "42654852")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.