load_ff_rankings | R Documentation |
Accesses DynastyProcess.com's repository of the latest FP expert consensus rankings - updated on a weekly basis.
load_ff_rankings(type = c("draft", "week", "all"))
type |
one of "draft" (preseason), "week" (this week, inseason), or "all" (full archive) |
a dataframe of expert consensus rankings
https://nflreadr.nflverse.com/articles/dictionary_ff_rankings.html for the web data dictionary
https://www.fantasypros.com for the source of data
Issues with this data should be filed here: https://github.com/dynastyprocess/data
try({ # prevents cran errors
load_ff_rankings()
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.