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: 2024-11-12 15:49:54 UTC
#> # A tibble: 11,762 × 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 16579 49d4b627-3f19… 23084 00-003… NA 11560 NA 4431611
#> 2 16580 d0c0630e-8925… 23046 00-003… NA 11564 NA 4431452
#> 3 16581 bab8c65a-9fff… 22902 00-003… NA 11566 NA 4426348
#> 4 16582 f056c8ed-6ee5… 22910 00-003… NA 11563 NA 4426338
#> 5 16583 6499a161-b221… 22973 00-003… NA 11559 NA 4360423
#> 6 16584 587cc3c3-aeda… 23018 00-003… NA 11565 NA 4433970
#> 7 16585 74043480-24ef… 25967 00-003… NA 11557 NA 4360698
#> 8 16586 e0eecf78-86b2… 23081 00-003… NA 11562 NA 4426339
#> 9 16587 007971f0-f012… NA 00-003… NA 11376 NA 4361994
#> 10 16588 da5f9694-1b77… 25226 00-003… NA 11561 NA 4685039
#> # ℹ 11,752 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 <chr>, twitter_username <chr>, height <int>, …
# }