InterviewSolution
Saved Bookmarks
| 1. |
We can dump() R objects to a file by passing _____(a) character vector of their names(b) object name(c) arguments(d) file nameThe question was asked in an online quiz.My doubt stems from Textual Data Formats in portion R – Data Storage, Formats, Objects and Operations of R Programming |
|
Answer» The correct answer is (a) character vector of their names |
|