Compress saved R Objects
util_compress( dir = getwd(), recursive = FALSE, format = "Rds", pattern = "^filename.*", compress = "xz", par = TRUE, ncores = NULL )
dir | Character string. Directory which contains target files. |
---|---|
recursive | Logical.
Search files recursively under |
format | Character string. |
pattern | Character string.
Regular expression.
Pattern of file names.
|
compress | Character string.
Compression type ( |
par | Logical.
If |
ncores | Integer.
Number of cores to use if |
Ivan Jacob Agaloos Pesigan