R Bootcamp
Class 2 preparation - tidyr
Prepare
Look over the tidyr cheatsheet.
We’ll be using the
pivot_*
,separate()
, andunite()
functions, and discuss handlingNA
values. We won’t cover the nesting appproaches tomorrow so you can skip for now (skip the back page).