[ top | up ]

Restore R from a Binary Image on Disk

Syntax

restore(name)

Description

restore checks to see that the file name contains a binary R image and then attempts to restore it. If the restoration is unsuccessful the current image will be corrupt. You should exit R and start again.

See Also

read, dump, scan, source.

Examples

# restore the version of R saved in the file "Rsaved" restore("Rsaved")