matt-dray/tidyswirl

Content for {tidyr} lesson

Opened this issue · 0 comments

See the RStudio data import cheatsheet.

Reshape

  • spread()
  • gather()
  • pivot_long() and pivot_wide()?

Split

  • separate()
  • separate_rows()
  • unite()

Missing values

  • fill()
  • drop_na()
  • replace_na()

Expand tables

  • complete()
  • expand()

Listcols

  • nest()
  • unnest()