Learn R Programming

QUALIFIER (version 1.16.1)

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

Description

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

Usage

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

Run this code
## Not run: 
# save_db(db, path = "./PreprocessedData")
# db <- load_db(path = "./PreprocessedData")
# ## End(Not run)

Run the code above in your browser using DataLab