InterviewSolution
Saved Bookmarks
| 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”) |
|