1.

Which Command Is Used For Storing R Object Into A File?

Answer»

SAVE command is used for storing R objects into a FILE.

Syntax: >save(z,file=”z.Rdata”)

Save command is used for storing R objects into a file.

Syntax: >save(z,file=”z.Rdata”)



Discussion

No Comment Found