qsave.image: Save workspace - qsave.image

View source: R/Seurat.Utils.R

qsave.imageR Documentation

Save workspace - qsave.image

Description

Faster saving of workspace, and compression outside R, when it can run in the background. Seemingly quite CPU hungry and not very efficient compression. #

Usage

qsave.image(..., showMemObject = TRUE, options = c("--force", NULL)[1])

Arguments

...

Pass any other parameter to the internally called functions (most of them should work).

showMemObject

Logical; if TRUE, the function will print out the memory size of the largest objects in the workspace. Default: TRUE.

options

Options passed on to gzip, via CLI. Default: c("--force", NULL)[1]

See Also

kollapse, iprint


vertesy/Seurat.utils documentation built on Dec. 4, 2024, 5:20 p.m.