Skip to content

Commit

Permalink
Update update_combine.R
Browse files Browse the repository at this point in the history
extend sequence because nflreadr::most_recent_sesason(TRUE) triggers on March 15th
  • Loading branch information
mrcaseb authored Mar 11, 2024
1 parent 485ac10 commit 676afed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto/update_combine.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgload::load_all()
all_combines <- purrr::map_dfr(2000:nflreadr:::most_recent_season(roster = TRUE),
all_combines <- purrr::map_dfr(seq(2000, nflreadr::most_recent_season(TRUE) + 1),
purrr::possibly(pfr_combine,otherwise = tibble::tibble()))

nflversedata::nflverse_save(
Expand Down

0 comments on commit 676afed

Please sign in to comment.