1.

If we want to save individual R objects to a file, we use the _______ function.(a) save()(b) save.image()(c) serialize()(d) deserialize()I got this question during a job interview.The query is from Textual Data Formats in chapter R – Data Storage, Formats, Objects and Operations of R Programming

Answer»

Right ANSWER is (a) SAVE()

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.



Discussion

No Comment Found

Related InterviewSolutions