dp_values {ffscrapr}R Documentation

Import latest DynastyProcess values

Description

Fetches a copy of the latest DynastyProcess dynasty trade values sheets

Usage

dp_values(file = c("values.csv", "values-players.csv", "values-picks.csv"))

Arguments

file

one of c("values.csv","values-players.csv","values-picks.csv")

Value

a tibble of trade values from DynastyProcess

See Also

https://github.com/DynastyProcess/data

Examples


try( # try only shown here because sometimes CRAN checks are weird
  dp_values()
)



[Package ffscrapr version 1.4.8 Index]