load_ff_playerids {nflreadr} | R Documentation |
Accesses DynastyProcess.com's database of fantasy football player IDs, which help connect nflverse to various other platforms and IDs.
load_ff_playerids()
a dataframe of player IDs
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
try({ # prevents cran errors
load_ff_playerids()
})