Skip to content

Commit

Permalink
Update Program.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
hythloda authored Mar 18, 2024
1 parent 337dba5 commit b1f3383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ schedule_day_1 <-
"2024-06-10 11:00", "2024-06-10 14:00", "1B", "Talk", "title", "speakers", "speaker_titles", "companies",
"2024-06-10 14:00", "2024-06-10 14:30", NA, "Break", NA, NA, NA, NA,
"2024-06-10 14:30", "2024-06-10 15:15", "2", "Talk", "title", "speakers", "speaker_titles", "companies",
"2024-06-10 15:15", "2024-06-10 16:30", "3", "Workshop", "title", "speakers", "speaker_titles", "companies",
"2024-06-10 15:15", "2024-06-11 16:30", "3", "Workshop", "title", "speakers", "speaker_titles", "companies",
) |>
dplyr::mutate(duration = time_length(ymd_hm(end_time) - ymd_hm(start_time), unit = "mins"))
```
Expand Down

0 comments on commit b1f3383

Please sign in to comment.