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 ─────────────────────────────────────────────────
#> # A tibble: 5,002 × 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 Buffa… 8030 DST BUF 2 1 1 3
#> 2 /nfl/ran… best-dst bp Tampa… 8290 DST TB 3 1 2 4
#> 3 /nfl/ran… best-dst bp New E… 8180 DST NE 3.5 1.5 2 5
#> 4 /nfl/ran… best-dst bp Dalla… 8080 DST DAL 5.5 4.5 1 10
#> 5 /nfl/ran… best-dst bp Kansa… 8150 DST KC 6 1 5 7
#> 6 /nfl/ran… best-dst bp San F… 8270 DST SF 6.5 3.5 3 10
#> 7 /nfl/ran… best-dst bp New O… 8190 DST NO 7.5 3.5 4 11
#> 8 /nfl/ran… best-dst bp India… 8130 DST IND 7.5 1.5 6 9
#> 9 /nfl/ran… best-dst bp Los A… 8280 DST LAR 7.5 0.5 7 8
#> 10 /nfl/ran… best-dst bp Denve… 8090 DST DEN 9 3 6 12
#> # … with 4,992 more rows, and 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>
# }