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: 2023-01-06 12:38:19 UTC
#> # A tibble: 7,058 × 25
#> fp_page page_…¹ ecr_t…² player id pos team ecr sd best worst
#> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <dbl> <dbl> <dbl> <dbl>
#> 1 /nfl/rankin… best-d… bp Buffa… 8030 DST BUF 2.44 1.46 1 5
#> 2 /nfl/rankin… best-d… bp New E… 8180 DST NE 2.5 1.8 1 7
#> 3 /nfl/rankin… best-d… bp Tampa… 8290 DST TB 2.81 0.81 2 5
#> 4 /nfl/rankin… best-d… bp San F… 8270 DST SF 4.19 1.38 2 8
#> 5 /nfl/rankin… best-d… bp Dalla… 8080 DST DAL 5.69 3.25 2 12
#> 6 /nfl/rankin… best-d… bp India… 8130 DST IND 6.69 1.16 4 9
#> 7 /nfl/rankin… best-d… bp Los A… 8280 DST LAR 7.31 2.36 5 13
#> 8 /nfl/rankin… best-d… bp New O… 8190 DST NO 8.19 2.19 4 12
#> 9 /nfl/rankin… best-d… bp Denve… 8090 DST DEN 8.31 1.26 6 10
#> 10 /nfl/rankin… best-d… bp Kansa… 8150 DST KC 8.5 1.54 5 11
#> # … with 7,048 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>, and abbreviated
#> # variable names ¹page_type, ²ecr_type
# }