Vidyalelo
R Programming · Q77

Data Structures in R Programming

Programming · R Programming · question 77

Q77

Which of the following statement will load the objects to the file named "mydata.RData"?

A.
save("mydata.RData")
B.
load("mydata.RData")
Answer
C.
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