Skip to content

Commit

Permalink
doc(fix): forgot to remove this duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Apr 30, 2024
1 parent e37bd48 commit 7f83288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sessions/pivots.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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))
```
Expand Down

0 comments on commit 7f83288

Please sign in to comment.