Skip to contents

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

# \donttest{
try({ # prevents cran errors
load_ff_rankings()
})
#> ── nflverse FP expert rankings ─────────────────────────────────────────────────
#>  Data updated: 2023-09-25 15:24:38 UTC
#> # A tibble: 5,456 × 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… dynasty-… dp       Derwi… 17310 DB    LAC    1.33  0.47     1     2
#>  2 /nfl/ran… dynasty-… dp       Jalen… 23721 DB    HOU    2.33  0.47     2     3
#>  3 /nfl/ran… dynasty-… dp       Minka… 17278 DB    PIT    4     0.82     3     5
#>  4 /nfl/ran… dynasty-… dp       Antoi… 19266 DB    TB     5.33  0.94     4     6
#>  5 /nfl/ran… dynasty-… dp       Jaqua… 23719 DB    CHI    6.67  3.86     3    12
#>  6 /nfl/ran… dynasty-… dp       Kyle … 19337 DB    NE     7.33  0.94     6     8
#>  7 /nfl/ran… dynasty-… dp       Budda… 16733 DB    ARI    8.33  4.19     4    14
#>  8 /nfl/ran… dynasty-… dp       Talan… 22817 DB    SF     9.67  3.09     7    14
#>  9 /nfl/ran… dynasty-… dp       Jalen… 19108 DB    ARI   10     1.41     9    12
#> 10 /nfl/ran… dynasty-… dp       Kamre… 19459 DB    WAS   10.7   3.3      7    15
#> # ℹ 5,446 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>
# }