InterviewSolution
Saved Bookmarks
| 1. |
Multiple objects can be de parsed at once and read back using function _____(a) source()(b) read()(c) dget()(d) dput()I had been asked this question during an interview.The question is from Textual Data Formats topic in section R – Data Storage, Formats, Objects and Operations of R Programming |
|
Answer» Right answer is (a) SOURCE() |
|