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 )
Answer» B. save (x, file=x.Rdata)


Discussion

No Comment Found