Fetches a copy of the latest DynastyProcess dynasty trade values sheets
Usage
dp_values(file = c("values.csv", "values-players.csv", "values-picks.csv"))
Examples
# \donttest{
try( # try only shown here because sometimes CRAN checks are weird
dp_values()
)
#> # A tibble: 747 × 12
#> player pos team age draft_year ecr_1qb ecr_2qb ecr_pos value_1qb
#> <chr> <chr> <chr> <dbl> <int> <dbl> <dbl> <dbl> <int>
#> 1 Justin Jeffer… WR MIN 24.9 2020 1.9 5.9 1.5 10041
#> 2 Ja'Marr Chase WR CIN 24.2 2021 1.9 7.3 2.2 10041
#> 3 CeeDee Lamb WR DAL 25.1 2020 3 7.4 2.4 9785
#> 4 Bijan Robinson RB ATL 22.3 2023 4.6 13 1.1 9424
#> 5 Amon-Ra St. B… WR DET 24.6 2021 5.1 11.2 4.1 9314
#> 6 Breece Hall RB NYJ 23 2022 6.6 15 2.1 8991
#> 7 Marvin Harris… WR ARI 21.8 2024 7.3 14.1 5.6 8845
#> 8 Jahmyr Gibbs RB DET 22.2 2023 8.8 18.7 3.4 8538
#> 9 Garrett Wilson WR NYJ 23.8 2022 9.9 19.5 6.4 8321
#> 10 Puka Nacua WR LAR 23 2023 11.9 21.3 8.2 7939
#> # ℹ 737 more rows
#> # ℹ 3 more variables: value_2qb <int>, scrape_date <chr>, fp_id <chr>
# }