Skip to content

Commit

Permalink
Update iteration.qmd
Browse files Browse the repository at this point in the history
Not sure what "Vs" is supposed to mean. Perhaps "Versus?" In any case, "Compare with" seems better.
  • Loading branch information
davidkane9 committed Apr 17, 2024
1 parent b88683e commit 006654d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iteration.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ diamonds |>
summarize_means(c(carat, x:z))
```

### Vs `pivot_longer()`
### Compare with `pivot_longer()`

Before we go on, it's worth pointing out an interesting connection between `across()` and `pivot_longer()` (@sec-pivoting).
In many cases, you perform the same calculations by first pivoting the data and then performing the operations by group rather than by column.
Expand Down

0 comments on commit 006654d

Please sign in to comment.