isave.image | R Documentation |
Save an image of the current workspace using a faster and efficient compression method that runs in the background.
isave.image(
...,
path_rdata = paste0("~/Dropbox/Abel.IMBA/AnalysisD/_Rdata.files/", basename(OutDir)),
showMemObject = TRUE,
options = c("--force", NULL)[1]
)
... |
Additional parameters passed to the idate() function in the creation of the file name. |
path_rdata |
A string that specifies the path for storing the image of the workspace. Default: "~/Dropbox/Abel.IMBA/AnalysisD/_Rdata.files/" appended with the basename of OutDir. |
showMemObject |
A boolean flag, if TRUE the function will print out the memory size of the
largest objects in the workspace. Default: |
options |
A string for gzip options. Default: "–force". |
## Not run:
if (interactive()) {
isave.image(my.R.image)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.