1.

.RData extension used when we save data using the functions ___________(a) save()(b) save.image()(c) save and save.image functions(d) serialize()I got this question in an international level competition.I want to ask this question from Textual Data Formats topic in section R – Data Storage, Formats, Objects and Operations of R Programming

Answer»

Correct ANSWER is (c) SAVE and save.image functions

Easiest EXPLANATION: 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