Vidyalelo
R Programming · Q37

Data Structures in R Programming

Programming · R Programming · question 37

Q37

If we want to save individual R objects to a file, we use the . . . . . . . . function.

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

Answer: Option A

Solution

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