save_db: save/load the data environment to/from disk

Description Usage Arguments Examples

View source: R/AllFunctions.R

Description

save and load the data environment that contains both statistics and GatingSets.

Usage

1
2
3
save_db(db = .db, path, overwrite = FALSE, cdf = "link", ...)

load_db(path)

Arguments

db

An environment storing all the QA data. By default it is an hidden global environment .db.

path

character data path that stores the db.

overwrite

logical whether to overwrite the existing folder

cdf

character the option to control cdf file operation. see save_gs for more details.

...

other arguments passed to save_gs

Examples

1
2
3
4
5
## Not run: 
save_db(db, path = "./PreprocessedData")
db <- load_db(path = "./PreprocessedData")

## End(Not run) 

QUALIFIER documentation built on Oct. 31, 2019, 3:24 a.m.