Sail E0 Webinar
Question
Which of the following statement will save the output to the file for following code ?a - data.frame(x = rnorm(100), y = runif(100)) b - c(3, 4.4, 1 / 3)
Options:
A .  save(a, b, file = mydata.rda")
B .  save_image(a, b, file = mydata.rda")
C .  keep(a, b, file = mydata.rda")
D .  All of the mentioned
Answer: Option D


You can save all objects in your workspace using the save.image() function.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers