Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 180 Bytes

File metadata and controls

9 lines (8 loc) · 180 Bytes

Creating_tidy_data_using_tidyr

The code is a collection to understand how to use tidyr package in R for

  1. gather()
  2. spread()
  3. separate()
  4. unite()
  5. complete()
  6. fill()