InterviewSolution
Saved Bookmarks
| 1. |
What is the command used to store R objects in a file?(a) save (x, file=”x.Rdata”)(b) save (x, file=x.Rdata)(c) save (x, file=”x.Rdata”);(d) save (x, file=”x.data”)I got this question in class test.I need to ask this question from Functions topic in portion Control Structures, Functions, Scoping Rules, Loop Functions and Debugging of R Programming |
|
Answer» Correct option is (a) save (x, file=”x.Rdata”) |
|