1.

Which of the following statement will load the objects to the file named “mydata.RData”?(a) save(“mydata.RData”)(b) load(“mydata.RData”)(c) loadAll(“mydata.RData”)(d) put(“mydata.RData”)I had been asked this question in exam.I'd like to ask this question from Connection Interfaces in section R – Data Storage, Formats, Objects and Operations of R Programming

Answer»

Right answer is (B) load(“mydata.RData”)

For EXPLANATION I would say: .RDA and .RData are fairly common extensions and you may want to USE them because they are recognized by other SOFTWARE.



Discussion

No Comment Found

Related InterviewSolutions