powered by
This function downloads precomputed expected points data from ffopportunity automated releases.
load_ff_opportunity( seasons = most_recent_season(), stat_type = c("weekly", "pbp_pass", "pbp_rush"), model_version = c("latest", "v1.0.0") )
Precomputed expected fantasy points data from the ffopportunity automated releases.
a numeric vector of seasons to return, defaults to most recent season. If set to TRUE, returns all available data.
TRUE
one of "weekly", "pbp_pass", "pbp_rush"
"weekly"
"pbp_pass"
"pbp_rush"
one of "latest" or "v1.0.0"
"latest"
"v1.0.0"
https://ffopportunity.ffverse.com for more on the package, data, and modelling
https://nflreadr.nflverse.com/articles/dictionary_ff_opportunity.html for the web data dictionary
dictionary_ff_opportunity for the data dictionary bundled as a package data frame
dictionary_ff_opportunity
Issues with this data should be filed here: https://github.com/ffverse/ffopportunity
# \donttest{ try({ # prevents cran errors load_ff_opportunity() load_ff_opportunity(seasons = 2021, stat_type = "pbp_pass", model_version = "v1.0.0") }) # }
Run the code above in your browser using DataLab