Clarify action, closes #1361

This commit is contained in:
mine-cetinkaya-rundel 2023-03-11 05:37:41 -05:00
parent f5c5cd124a
commit d58d313b5e
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ df <- tribble(
```
We want our new dataset to have three variables: `id` (already exists), `measurement` (the column names), and `value` (the cell values).
So we can tidy `df` with:
To achieve this, we need to pivot `df` longer:
```{r}
df |>