Saved Bookmarks
| 1. |
Point out the correct statement?(a) tidyr and dplyr packages do not make use of the pipe operator(b) tidyr does less than reshape2(c) tidyr provides ability to string multiple functions together by incorporating %(d) tidyr does greater than reshape2 |
|
Answer» Right answer is (b) tidyr does less than reshape2 For explanation I would say: Just as reshape2 did less than reshape, tidyr does less than reshape2. |
|