adplus-dvertising
frame-decoration

Question

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”)

Posted under R Programming

Answer: (b).load(“mydata.RData”)

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following statement will load the objects to the file named “mydata.RData”?