Skip to content

Commit

Permalink
Fix #148
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Jan 6, 2025
1 parent 3fc7a85 commit 71037ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schedule.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,11 @@ system("gh release upload 2025 timetable.ics timetable.csv")
```

```{r}
#| include: false
tt_csv = readr::read_csv("timetable.csv")
```

```{r}
timetable = tt_csv |>
mutate(
session_code = paste0(
Expand Down

0 comments on commit 71037ad

Please sign in to comment.