save_rda {iNZightTools} | R Documentation |
Save an object with, optionally, a (valid) name
Description
Save an object with, optionally, a (valid) name
Usage
save_rda(data, file, name)
Arguments
data |
the data frame to save |
file |
where to save it |
name |
optional, the name the data will have in the rda file |
Value
logical, should be TRUE, along with code for the save
Author(s)
Tom Elliott
See Also
[Package iNZightTools version 2.0.1 Index]