Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _episodes/12-Data-Verbs---gather-spread.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exercises: 15
questions:
- "How can I change the format of dataframes?"
objectives:
- "To be understand the concepts of ‘long’ and ‘wide’ data formats and be able to convert between them with tidyr."
- "To understand the concepts of ‘long’ and ‘wide’ data formats and be able to convert between them with tidyr."
keypoints:
- "Use the tidyr package to change the layout of dataframes."
- "Use `gather()` to go from wide to long format."
Expand Down