read_rdata | R Documentation |
RData
files but not their name so standard assignment
can be used.If a single object needs to be saved in R's native format, use
saveRDS
rather than save
.
read_rdata(file)
file |
File name of |
Stuart K. Grange
## Not run:
# Load an RData file with standard assignment.
data_air <- read_rdata("ADA16_2015.RData")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.