InterviewSolution
Saved Bookmarks
| 1. |
If we want to save individual R objects to a file, we use the _______ function.(a) save()(b) save.image()(c) serialize()(d) deserialize()I got this question during a job interview.The query is from Textual Data Formats in chapter R – Data Storage, Formats, Objects and Operations of R Programming |
|
Answer» Right ANSWER is (a) SAVE() |
|