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: 603 × 12
#> player pos team age draft…¹ ecr_1qb ecr_2qb ecr_pos value…² value…³
#> <chr> <chr> <chr> <dbl> <int> <dbl> <dbl> <dbl> <int> <int>
#> 1 Justin Jef… WR MIN 23.6 2020 2.1 5.5 1 9994 9227
#> 2 Ja'Marr Ch… WR CIN 22.9 2021 3.3 7.7 2 9716 8762
#> 3 Jonathan T… RB IND 24 2020 4.5 9.5 1.9 9446 8399
#> 4 Breece Hall RB NYJ 21.7 2022 5.6 11.4 2.4 9205 8032
#> 5 CeeDee Lamb WR DAL 23.8 2020 6 11.6 3.2 9119 7995
#> 6 Christian … RB SF 26.6 2017 6.7 11.6 3 8970 7995
#> 7 Kenneth Wa… RB SEA 22.3 2022 7.4 13.9 4.1 8824 7574
#> 8 A.J. Brown WR PHI 25.6 2019 8 14.6 4.4 8700 7450
#> 9 Saquon Bar… RB NYG 26 2018 9.1 15.4 4.1 8478 7312
#> 10 Jaylen Wad… WR MIA 24.2 2021 13.4 20.3 5.6 7664 6516
#> # … with 593 more rows, 2 more variables: scrape_date <chr>, fp_id <chr>, and
#> # abbreviated variable names ¹draft_year, ²value_1qb, ³value_2qb
# }