1.

Which package can be integrated with dplyr for large fast tables?(a) Table(b) Data, dplyr(c) Data.table(d) Dplyr.tableThe question was posed to me during an interview.This is a very interesting question from Functions topic in section Control Structures, Functions, Scoping Rules, Loop Functions and Debugging of R Programming

Answer»

Correct option is (C) Data.table

The best I can explain: Data.table PACKAGE can be INTEGRATED with dplyr for large fast tables. dplyr package is used to speed up data frame management code. dplyr is a package for data MANIPULATION, written and maintained REGULARLY by Hadley Wickham.



Discussion

No Comment Found

Related InterviewSolutions