Content for {tidyr} lesson
Opened this issue · 0 comments
matt-dray commented
See the RStudio data import cheatsheet.
Reshape
-
spread()
-
gather()
pivot_long()
andpivot_wide()
?
Split
-
separate()
-
separate_rows()
-
unite()
Missing values
-
fill()
-
drop_na()
-
replace_na()
Expand tables
-
complete()
-
expand()
Listcols
-
nest()
-
unnest()