Learn R Programming

ffscrapr (version 1.4.8)

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

Value

a tibble of trade values from DynastyProcess

Arguments

file

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

See Also

Examples

Run this code
# \donttest{
try( # try only shown here because sometimes CRAN checks are weird
  dp_values()
)
# }

Run the code above in your browser using DataLab