Google News
logo
R - Interview Questions
Which command is used for storing R object into a file?
Save command is used for storing R objects into a file.
 
Syntax : >save(z,file=”z.Rdata”)
Advertisement