load_ff_rankings: Load Latest FantasyPros Rankings

View source: R/load_ffverse.R

load_ff_rankingsR Documentation

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"))

Arguments

type

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

Value

a dataframe of expert consensus rankings

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


try({ # prevents cran errors
load_ff_rankings()
})



nflreadr documentation built on Sept. 8, 2023, 5:57 p.m.