Saved Bookmarks
| 1. |
Point out the correct statement?(a) gather() makes “wide” data longer(b) Two functions are present for tidy data(c) separate() makes “wide” data longer(d) spread() function takes multiple columns |
|
Answer» Right option is (c) separate() makes “wide” data longer The explanation is: Other names for gather include melt (reshape2), pivot (spreadsheets) and fold (databases). |
|