This repository was archived by the owner on May 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Meta: lesson format #7
Copy link
Copy link
Open
Labels
metaRelated to course/repo structureRelated to course/repo structure
Description
- Introduction: package purpose ('{tidyr} exists to make your data tidy'), any meta discussion ('tidy data is...'), and relationship to other tidyverse packages ('read your data with {readr}, tidy with {tidyr}, then wrangle with {dplyr}')
- Package installation
- Introduce the arbitrary function 'group' (e.g.
gather()andspread()are in the 'reshaping functions' 'group' of {tidyr}) - Introduce a function within that group
- Code question about that function
- Repeat (4) and (5) until all the functions within the group have been covered
- Multi-choice quiz after a group
- Repeat (3) until groups are complete
- Multi-choice test: 'which function does x?' or 'function x is for...?'
- Outro: link to cheatsheet, lessons to try next
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
metaRelated to course/repo structureRelated to course/repo structure