1.

We can dump() R objects to a file by passing _____(a) character vector of their names(b) object name(c) arguments(d) file nameThe question was asked in an online quiz.My doubt stems from Textual Data Formats in portion R – Data Storage, Formats, Objects and Operations of R Programming

Answer»

The correct answer is (a) character vector of their names

Explanation: Dump is used for dumping a TEXTUAL representation of multiple R objects. Descriptive representation of an R object by using the DPUT() or dump() functions. The dump() and dput() functions are USEFUL because the resulting textual format is editable, and in the case of corruption, POTENTIALLY RECOVERABLE.



Discussion

No Comment Found

Related InterviewSolutions