Which Of The Following Statement Will Load The Objects To The #269
Which of the following statement will load the objects to the file named "mydata.RData"?
This multiple choice question (MCQ) is related to the book/course gs gs110 R Language. It can also be found in gs gs110 R - Data Storage, Formats, Objects and Operations - Connection Interfaces - Quiz No.1.
Which of the following statement will load the objects to the file named "mydata.RData"?
save("mydata.RData")
load("mydata.RData")
loadAll("mydata.RData")
put("mydata.RData")