Accesses DynastyProcess.com's database of fantasy football player IDs, which help connect nflverse to various other platforms and IDs.
See also
https://nflreadr.nflverse.com/articles/dictionary_ff_playerids.html for the web data dictionary
Issues with this data should be filed here: https://github.com/dynastyprocess/data
Examples
# \donttest{
try({ # prevents cran errors
load_ff_playerids()
})
#> ── nflverse (ffverse) player IDs ───────────────────────────────────────────────
#> ℹ Data updated: 2026-08-05 18:34:28 UTC
#> # A tibble: 12,470 × 35
#> mfl_id sportradar_id fantasypros_id gsis_id pff_id sleeper_id nfl_id espn_id
#> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 17462 b1ded115-092a… NA MEN516… NA 13269 NA 4837248
#> 2 17463 2e62e603-363a… NA SIM639… NA 13275 NA 4685522
#> 3 17464 NA NA NA NA NA NA NA
#> 4 17465 9fc8bed4-d9db… NA 00-004… NA 13404 62871 4567747
#> 5 17466 a67c28ce-9e03… 22953 00-004… NA 13272 62687 4430841
#> 6 17467 3a62187b-d6b6… NA 00-004… NA 13303 62732 4685413
#> 7 17468 0667d256-9f37… NA ALL015… NA 13289 NA 4714771
#> 8 17469 3d900120-419b… NA 00-004… NA 13425 63319 4596472
#> 9 17470 67aca910-4194… NA 00-004… NA 13314 63898 4597679
#> 10 17471 125e9b80-426b… NA NA NA 13427 NA 5084180
#> # ℹ 12,460 more rows
#> # ℹ 27 more variables: yahoo_id <chr>, fleaflicker_id <chr>, cbs_id <chr>,
#> # pfr_id <chr>, cfbref_id <chr>, rotowire_id <chr>, rotoworld_id <chr>,
#> # ktc_id <chr>, stats_id <chr>, stats_global_id <chr>, fantasy_data_id <chr>,
#> # swish_id <chr>, name <chr>, merge_name <chr>, position <chr>, team <chr>,
#> # birthdate <date>, age <dbl>, draft_year <int>, draft_round <int>,
#> # draft_pick <int>, draft_ovr <int>, twitter_username <chr>, height <int>, …
# }