Skip to content

Commit

Permalink
Update list of attendees to email in outlook
Browse files Browse the repository at this point in the history
  • Loading branch information
rosemm committed Jun 3, 2024
1 parent ae62890 commit d51e7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion for_organizers/r102_attendance.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ r102 <- r102_raw |>
r102 |>
dplyr::filter(select_workshops___jun == 1,
stop_emails___stop != 1,
date > lubridate::ymd_hms("2024-05-31 08:30:00")) |>
date > lubridate::ymd_hms("2024-06-03 10:00:00")) |>
dplyr::pull(email) |>
unique() |>
paste0(collapse = "; ")
Expand Down

0 comments on commit d51e7ff

Please sign in to comment.