load_ff_rankings {nflreadr} | R Documentation |
Load Latest FantasyPros Rankings
Description
Accesses DynastyProcess.com's repository of the latest FP expert consensus rankings - updated on a weekly basis.
Usage
load_ff_rankings(type = c("draft", "week", "all"))
Arguments
type |
one of "draft" (preseason), "week" (this week, inseason), or "all" (full archive) |
Value
a dataframe of expert consensus rankings
See Also
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
Examples
try({ # prevents cran errors
load_ff_rankings()
})
[Package nflreadr version 1.4.1 Index]