Vidyalelo
R Programming · Q56

Control Structures in R Programming

Programming · R Programming · question 56

Q56

What is the command used to store R objects in a file?

A.
save (x, file="x.Rdata")
Answer
B.
save (x, file=x.Rdata)
C.
save (x, file="x.Rdata");
D.
save (x, file="x.data")

Answer: Option A

Solution

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