Saved Bookmarks
| 1. |
__________ is used when you have variables that form rows instead of columns.(a) tidy()(b) spread()(c) separate()(d) gather() |
|
Answer» Right option is (b) spread() Best explanation: You need spread() less frequently than gather() or separate(). |
|