InterviewSolution
Saved Bookmarks
| 1. |
readlines is used for ____________(a) working on data(b) reading files(c) reading lines in files(d) not existThis question was posed to me in final exam.My question is based upon Textual Data Formats in portion R – Data Storage, Formats, Objects and Operations of R Programming |
|
Answer» The correct choice is (b) READING FILES |
|