1.

.rda extension used when saving data with function __________(a) save()(b) save.image()(c) save and save.image functions(d) serialize()The question was asked in an online quiz.This question is from Textual Data Formats topic in division R – Data Storage, Formats, Objects and Operations of R Programming

Answer»

The correct choice is (c) SAVE and save.image functions

The EXPLANATION is: Save is used for saving an ARBITRARY number of R objects with a binary format (possibly COMPRESSED) to a file. The output of dput() can also be SAVED directly to a file. Save.Image can be used mostly in R.



Discussion

No Comment Found

Related InterviewSolutions