save2: Save R Objects, as multiple files in a folder

Description Usage Arguments Details

Description

Like save but instead of one rds file, creates one file per object This gives much more flexibility, to add, modify, rename, remove and share individual objects.

Usage

1
save2(folder = "", list = NULL, compress = FALSE)

Arguments

folder

string; path of folder in which to save objects

list

character vector; names of objects to be saved. Defaults to all objects in global environment (not functions).

compress

logical; specifying whether saving to a named file is to use "gzip" compression, or one of "gzip", "bzip2" or "xz" to indicate the type of compression to be used.

Details

See also load2


MyersGroup/testisAtlas documentation built on Nov. 29, 2020, 9:21 p.m.