Vidyalelo
R Programming · Q108

Data Structures in R Programming

Programming · R Programming · question 108

Q108

Point out the wrong statement?

A.
When you call unserialize() on an R object, the output will be a raw vector coded in hexadecimal format
Answer
B.
serialize() function is the only way to perfectly represent an R object in an exportable format
C.
.rda extension is used when save() function is incorporated
D.
The complement to the textual format is the binary format

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board