Vidyalelo
R Programming · Q97

Data Structures in R Programming

Programming · R Programming · question 97

Q97

The benefit of the . . . . . . . . function is that it is the only way to perfectly repressed an R object in an exportable format, without losing precision or any metadata.

A.
save()
B.
save.image()
C.
unserialize()
D.
serialize()
Answer

Answer: Option D

Solution

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