load_ff_playerids {nflreadr} | R Documentation |
Load Fantasy Player IDs
Description
Accesses DynastyProcess.com's database of fantasy football player IDs, which help connect nflverse to various other platforms and IDs.
Usage
load_ff_playerids()
Value
a dataframe of player 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
try({ # prevents cran errors
load_ff_playerids()
})
[Package nflreadr version 1.4.1 Index]