Point Out The Wrong Statement #270
Point out the wrong statement?
This multiple choice question (MCQ) is related to the book/course gs gs110 R Language. It can also be found in gs gs110 R - Data Storage, Formats, Objects and Operations - Connection Interfaces - Quiz No.1.
Point out the wrong statement?
When you call unserialize() on an R object, the output will be a raw vector coded in hexadecimal format
serialize() function is the only way to perfectly represent an R object in an exportable format
.rda extension is used when save() function is incorporated
The complement to the textual format is the binary format