save {base} R Documentation

Save R Objects

Description


writes an external representation of R objects to the specified file.
The objects can be read back from the file at a later date by using
the function load or attach (or data in some cases).

Usage

save(..., file);

Arguments

objects

the names of the objects to be saved (as symbols or character strings).

file

a (writable binary-mode) connection or the name of the file where the data will be saved (when tilde expansion is done). Must be a file name for save.image or version = 1. [as string]

env

environment to search for objects to be saved. [as Environment]

Details

Authors

SMRUCC genomics Institute

Value

this function returns data object of type any kind.

clr value class

Examples


[Package base version 2.33.856.6961 Index]