Saved Bookmarks
| 1. |
Which of the following merges two variables into one?(a) spread()(b) gather()(c) separate()(d) unite() |
|
Answer» The correct option is (b) gather() Best explanation: The unite() function is a convenience function to paste together multiple variable values into one. |
|