Learn R Programming

nflreadr (version 1.4.1)

load_ff_playerids: 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()

Arguments

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

Run this code
.for_cran()
# \donttest{
try({ # prevents cran errors
load_ff_playerids()
})
# }

Run the code above in your browser using DataLab