Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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

Answer: b
Explanation: rda and .RData are fairly common extensions and you may want to use them because they are recognized by other software.

Join The Discussion