Skip to content

Commit

Permalink
add hamburg surprise songs
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakethompson committed Jul 24, 2024
1 parent dced91d commit a0aded8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data-raw/surprise-songs.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ devtools::load_all()
eras_tour_surprise <- read_xlsx(here("data-raw", "surprise-songs.xlsx")) %>%
mutate(date = as_date(date),
night = as.integer(night)) %>%
filter(date < today())
filter(date <= today())


# QC data file -----------------------------------------------------------------
Expand Down
Binary file modified data-raw/surprise-songs.xlsx
Binary file not shown.
Binary file modified data/eras_tour_surprise.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion man/eras_tour_surprise.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a0aded8

Please sign in to comment.