Vidyalelo
R Programming · Q85

Data Structures in R Programming

Programming · R Programming · question 85

Q85

If you have a lot of objects that you want to save to a file, we use . . . . . . . . function.

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

Answer: Option B

Solution

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