InterviewSolution
Saved Bookmarks
| 1. |
Unlike writing out a table or CSV file, dump() and dput() preserve the ______ so that another user doesn’t have to specify the all over again.(a) metadata(b) backup data(c) attribute data(d) normal dataThis question was addressed to me in semester exam.I'd like to ask this question from Textual Data Formats in chapter R – Data Storage, Formats, Objects and Operations of R Programming |
|
Answer» The correct answer is (a) metadata |
|