What Is The Command Used To Store R Objects In A File #401
What is the command used to store R objects in a file?
This multiple choice question (MCQ) is related to the book/course gs gs110 R Language. It can also be found in gs gs110 Control Structures, Functions, Scoping Rules, Loop Functions and Debugging - Functions - Quiz No.4.
What is the command used to store R objects in a file?
save (x, file=”x.Rdata”)
save (x, file=x.Rdata)
save (x, file=”x.Rdata”);
save (x, file=”x.data”)