Learn R Programming

iNZightTools (version 2.0.1)

save_rda: Save an object with, optionally, a (valid) name

Description

Save an object with, optionally, a (valid) name

Usage

save_rda(data, file, name)

Value

logical, should be TRUE, along with code for the save

Arguments

data

the data frame to save

file

where to save it

name

optional, the name the data will have in the rda file

Author

Tom Elliott

See Also

load_rda