save_rdata | R Documentation |
.rdata
fileSave an object in an .rdata
file
save_rdata(x, dir = NULL, name_base, verbose = TRUE)
x |
An object. |
dir |
Directory where output will be saved. The directory where the file should be saved. If dir = NULL no output will be saved. |
name_base |
A string that will be appended to with the system time and
the file extension (i.e., |
verbose |
A logical that specifies if you want to print messages and
warnings to the console. The default is |
Nothing is returned, instead a file is saved in dir
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.