InterviewSolution
Saved Bookmarks
| 1. |
Main way to read the data back in (parsing it) using the function.(a) dput()(b) write()(c) read()(d) dget()I got this question during an interview.Asked question is from Textual Data Formats topic in section R – Data Storage, Formats, Objects and Operations of R Programming |
|
Answer» Right OPTION is (d) dget() |
|