Skip to content

Commit

Permalink
changing date for super bowl scrape
Browse files Browse the repository at this point in the history
  • Loading branch information
benny-dreyf committed Jan 27, 2025
1 parent c536155 commit 52dca74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/picks_consensus.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ picks_consensus<-function(season){
lubridate::today() >= '2024-12-31' & lubridate::today() < '2025-01-07' ~ 18,
lubridate::today() >= '2025-01-07' & lubridate::today() < '2025-01-14' ~ 19,
lubridate::today() >= '2025-01-14' & lubridate::today() < '2025-01-21' ~ 20,
lubridate::today() >= '2025-01-21' & lubridate::today() < '2025-01-28' ~ 21,
lubridate::today() >= '2025-01-28' & lubridate::today() < '2025-02-12' ~ 22,
lubridate::today() >= '2025-01-21' & lubridate::today() < '2025-01-27' ~ 21,
lubridate::today() >= '2025-01-27' & lubridate::today() < '2025-02-12' ~ 22,
)) |>
dplyr::select(-rowid) |>
dplyr::select(date_pulled, matchup, game_num, team, home_away, dplyr::everything()) |>
Expand Down

0 comments on commit 52dca74

Please sign in to comment.