Learn R Programming

ffscrapr (version 1.4.7)

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

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

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

Run the code above in your browser using DataLab