View source: R/save_load_helper.R
| save_object | R Documentation |
Save an R object to disk with fast and efficient compression algorithms.
save_object(object, file_name, file_format = "lz4")
object |
Object to be saved to disk. |
file_name |
Name of the file where the R object is saved to. |
file_format |
One of "lz4", "gzip", "bzip2","xz", "nocomp".
|
NULL invisibly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.