We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6664f67 commit d6ea912Copy full SHA for d6ea912
sessions/pivots.qmd
@@ -337,7 +337,7 @@ has several rows for the different types of sleep. Joining the data in
337
this form to the other datasets, while possible, won't produce usable
338
output. We want to convert it so there is only one row per hour of a
339
participant's day, rather than multiple rows per hour. For that, we need
340
-to convert to the longer form.
+to convert to the wider form.
341
342
The arguments for `pivot_wider()` are very similar to those in
343
`pivot_longer()`, except instead of `names_to` and `values_to`, they are
0 commit comments