Vidyalelo
R Programming · Q105

Data Structures in R Programming

Programming · R Programming · question 105

Q105

Point out the correct statement?

A.
The complement to the textual format is the binary format
B.
If you have a lot of objects that you want to save to a file, you can save all objects in your workspace using the save.image() function
C.
The serialize() function is used to convert individual R objects into a binary format that can be communicated across an arbitrary connection
D.
All of the mentioned
Answer

Answer: Option D

Solution

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