Vidyalelo
R Programming · Q76

Data Structures in R Programming

Programming · R Programming · question 76

Q76

Point out the correct statement?

A.
unserialize is used for converting an R object into a binary format for outputting to a connection
B.
save is used for saving an arbitrary number of R objects in binary format to a file
Answer
C.
The read.data() function is one of the most commonly used functions for reading data
D.
save is not used for saving an arbitrary

Answer: Option B

Solution

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