InterviewSolution
Saved Bookmarks
| 1. |
Multiple objects can be de parsed at once using the ______ function.(a) dput()(b) write()(c) dump()(d) dget()I got this question in homework.My question is based upon Textual Data Formats in section R – Data Storage, Formats, Objects and Operations of R Programming |
|
Answer» The correct option is (a) dput() |
|