.saveRDS.compress.in.BG | R Documentation |
Save and RDS object and compress resulting file in the background using system(gzip). OS X or unix.
.saveRDS.compress.in.BG(
obj,
compr = FALSE,
fname,
compress_internally = FALSE,
...
)
obj |
Seurat object. |
compr |
Compress at all? Default: |
fname |
File name |
compress_internally |
Compress by R? Default: |
... |
Additional parameters passed to saveRDS() function. |
tic
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.