InterviewSolution
Saved Bookmarks
| 1. |
When you call serialize() on an R object, the output will be ____ coded in hexadecimal format.(a) raw vector(b) character vector(c) integer vector(d) binary vectorI had been asked this question during a job interview.I want to ask this question from Textual Data Formats in portion R – Data Storage, Formats, Objects and Operations of R Programming |
|
Answer» Right answer is (a) raw VECTOR |
|