diff --git a/sessions/pivots.qmd b/sessions/pivots.qmd index 92b6bcb..abc404e 100644 --- a/sessions/pivots.qmd +++ b/sessions/pivots.qmd @@ -562,7 +562,7 @@ tidy_summarise_by_day <- function(data, summary_fn) { Source the `R/functions.R` file with {{< var keybind.source >}}, then test out the function in the Console: -```{r generalize-summary-function} +```{r} #| filename: "Console" tidy_summarise_by_day(mmash, \(x) max(x, na.rm = TRUE)) ```