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"))
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
# \donttest{
try({ # prevents cran errors
load_ff_rankings()
})
#> ── nflverse FP expert rankings ─────────────────────────────────────────────────
#> ℹ Data updated: 2025-05-21 15:13:09 UTC
#> # A tibble: 5,863 × 25
#> fp_page page_type ecr_type player id pos team ecr sd best worst
#> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <dbl> <dbl> <dbl> <dbl>
#> 1 /nfl/ran… best-dst bp Denve… 8090 DST DEN 1 0 1 1
#> 2 /nfl/ran… best-dst bp Phila… 8230 DST PHI 2.5 0.5 2 3
#> 3 /nfl/ran… best-dst bp Pitts… 8240 DST PIT 2.5 0.5 2 3
#> 4 /nfl/ran… best-dst bp Minne… 8170 DST MIN 4 0 4 4
#> 5 /nfl/ran… best-dst bp Kansa… 8150 DST KC 5.5 0.5 5 6
#> 6 /nfl/ran… best-dst bp Balti… 8020 DST BAL 6.5 1.5 5 8
#> 7 /nfl/ran… best-dst bp Detro… 8100 DST DET 6.5 0.5 6 7
#> 8 /nfl/ran… best-dst bp Buffa… 8030 DST BUF 7.5 0.5 7 8
#> 9 /nfl/ran… best-dst bp Houst… 8120 DST HOU 9 0 9 9
#> 10 /nfl/ran… best-dst bp Los A… 8250 DST LAC 10 0 10 10
#> # ℹ 5,853 more rows
#> # ℹ 14 more variables: sportsdata_id <chr>, player_filename <chr>,
#> # yahoo_id <chr>, cbs_id <chr>, player_owned_avg <dbl>,
#> # player_owned_espn <dbl>, player_owned_yahoo <dbl>, player_image_url <chr>,
#> # player_square_image_url <chr>, rank_delta <dbl>, bye <dbl>,
#> # mergename <chr>, scrape_date <date>, tm <chr>
# }