Skip to content

Commit

Permalink
Fix "detup" typo (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek authored Jun 14, 2024
1 parent 051ed8d commit 24fead6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 26-iteration.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ R is full of *hidden* iteration!
- Anything with a vector!
- `1:10 + 1` requires loops in other languages!

## Summarize w/ `across()`: detup {-}
## Summarize w/ `across()`: setup {-}

```{r iteration-summarize-setup}
df <- tibble(a = rnorm(10), b = rnorm(10), c = rnorm(10))
Expand Down

0 comments on commit 24fead6

Please sign in to comment.