InterviewSolution
Saved Bookmarks
| 1. |
dplyr can be integrated with the ________ package for large fast tables.(a) data.table(b) read.table(c) data.data(d) table.readThis question was addressed to me in an online interview.I want to ask this question from dplyr topic in chapter R – Data Storage, Formats, Objects and Operations of R Programming |
|
Answer» The correct answer is (a) data.table |
|