Q77
Which of the following statement will load the objects to the file named "mydata.RData"?
A.
save("mydata.RData")
B.
load("mydata.RData")
AnswerC.
loadAll("mydata.RData")
D.
put("mydata.RData")
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board