

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following R statement will save the output to the file for following R code? |
A. | save(a, b, file = “mydata.rda”) |
B. | save_image(a, b, file = “mydata.rda”) |
C. | keep(a, b, file = “mydata.rda”) |
D. | keep_image(a, b, file = “mydata.rda”)View Answer |
Answer» B. save_image(a, b, file = “mydata.rda”) | |