Google News
logo
R - Interview Questions
Which command is used for restoring R object from a file?
load command is used for storing R objects from a file.
 
Syntax : >load(”z.Rdata”)
Advertisement