Clarify action, closes #1361
This commit is contained in:
parent
f5c5cd124a
commit
d58d313b5e
|
@ -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 |>
|
||||
|
|
Loading…
Reference in New Issue