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

The BEST I can EXPLAIN: The DPLYR package is handy WAY to both simplify and speed up your data frame management code.



Discussion

No Comment Found

Related InterviewSolutions