adplus-dvertising
frame-decoration

Question

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

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

Posted under R Programming

Answer: (a).When you call unserialize() on an R object, the output will be a raw vector coded in hexadecimal format

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Point out the wrong statement?

Similar Questions

Discover Related MCQs

Q. ________ opens a connection to a file compressed with gzip.

Q. Connections to text files can be created with the ________ function.

Q. Which of the following R code creates a connection to ‘foo.txt’?

Q. Which of the following code opens a connection to the file foo.txt, reads from it, and closes the connection when its done?

Q. Which of the following opens connection to gz-compressed text file?

Q. Point out the correct statement?

Q. Point out the wrong statement?

Q. Point out the correct statement?

Q. Point out the wrong statement?

Q. Point out the wrong statement?

Q. Which of the following code represents internal representation of a Date object?

Q. Which of the following function gives the day of the week?

Q. Point out the correct statement?

Q. Point out the wrong statement?

Q. Which of the following return a subset of the columns of a data frame?

Q. Point out the correct statement?

Q. _________ extract a subset of rows from a dataframe based on logical conditions.

Q. _________ generate summary statistics of different variables in the data frame, possibly within strata.

Q. Point out the wrong statement?

Q. ________ add new variables/columns or transform existing variables.