Skip to content

Commit d6ea912

Browse files
committed
fix(sessions): ✏️ should be "wider" not "longer"
1 parent 6664f67 commit d6ea912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sessions/pivots.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ has several rows for the different types of sleep. Joining the data in
337337
this form to the other datasets, while possible, won't produce usable
338338
output. We want to convert it so there is only one row per hour of a
339339
participant's day, rather than multiple rows per hour. For that, we need
340-
to convert to the longer form.
340+
to convert to the wider form.
341341

342342
The arguments for `pivot_wider()` are very similar to those in
343343
`pivot_longer()`, except instead of `names_to` and `values_to`, they are

0 commit comments

Comments
 (0)