InterviewSolution
Saved Bookmarks
| 1. |
__________ is used when you have variables that form rows instead of columns.(a) tidy()(b) spread()(c) separate()(d) gather()I got this question at a job interview.My doubt stems from Data Wrangling in section Profiling, Simulation and Data Analysis of R Programming |
|
Answer» Right option is (b) spread() |
|