Learn R Programming

nflreadr (version 1.4.1)

load_ff_rankings: Load Latest FantasyPros Rankings

Description

Accesses DynastyProcess.com's repository of the latest FP expert consensus rankings - updated on a weekly basis.

Usage

load_ff_rankings(type = c("draft", "week", "all"))

Value

a dataframe of expert consensus rankings

Arguments

type

one of "draft" (preseason), "week" (this week, inseason), or "all" (full archive)

See Also

https://nflreadr.nflverse.com/articles/dictionary_ff_rankings.html for the web data dictionary

https://www.fantasypros.com for the source of data

Issues with this data should be filed here: https://github.com/dynastyprocess/data

Examples

Run this code
# \donttest{
try({ # prevents cran errors
load_ff_rankings()
})
# }

Run the code above in your browser using DataLab