1.

Multiple objects can be de parsed at once using the ______ function.(a) dput()(b) write()(c) dump()(d) dget()I got this question in homework.My question is based upon Textual Data Formats in section R – Data Storage, Formats, Objects and Operations of R Programming

Answer»

The correct option is (a) dput()

To ELABORATE: dput is used for outputting a TEXTUAL representation of an R object. 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