You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In pivoting longer, we also need to specify what columns to reshape. If the columns are directly adjacent as they are here, we don't even need to list the all out: we can just use the `:` operator!
Later in the lesson, the text says "we could have also used -", which makes me think this is an accident of copy and paste and the former should have used ::
Thanks @mikemahoney218 for opening this issue. The lesson underwent a major update and reorganisation when #887 was merged. As your suggestion relates to content in a version of the lesson before that update took place, I will close it. Please open a new issue if you have suggestions for how the new content could be improved.
Hi folks!
I believe the
pivot_longer()
section here should be using:
to select columns, rather than-plot_id
:R-ecology-lesson/03-dplyr.Rmd
Lines 601 to 608 in 8e955fe
Later in the lesson, the text says "we could have also used
-
", which makes me think this is an accident of copy and paste and the former should have used:
:R-ecology-lesson/03-dplyr.Rmd
Lines 616 to 624 in 8e955fe
Happy to contribute a PR if this is unintentional.
The text was updated successfully, but these errors were encountered: