Q56
What is the command used to store R objects in a file?
A.
save (x, file="x.Rdata")
AnswerB.
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