[ top | up ]

Create a Binary Image of R on Disk

Syntax

dump(name)

Description

dump creates a binary image of R in the file specified by name. name must be a character string.

See Also

dput, restore, write.

Examples

# create a saved version of the workspace # in the file "Rsaved" dump("Rsaved")