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

Easy explanation: When you CALL serialize() on an R object, the OUTPUT will be raw vector coded in hexadecimal format. Serialize is used for converting an R object into a BINARY format for outputting to a connection.



Discussion

No Comment Found

Related InterviewSolutions