save_gs: save a boost GatingSet/GatingSetList as protocol buffer...

Description Usage Arguments Value See Also Examples

Description

Save a GatingSet/GatingSetList to the disk using protocol buffer library.

Usage

1
2
3
4
save_gslist(gslist, path, ...)

save_gs(G, path, overwrite = FALSE, cdf = c("copy", "move", "skip",
  "symlink", "link"), ...)

Arguments

gslist

A GatingSetList

path

A character scalar giving the path to save/load the GatingSet to/from.

...

other arguments: not used.

G

A GatingSet

overwrite

A logical scalar specifying whether to overwrite the existing folder.

cdf

a character scalar. The valid options are :"copy","move","skip","symlink","link" specifying what to do with the cdf data file. Sometime it is more efficient to move or create a link of the existing cdf file to the archived folder. It is useful to "skip" archiving cdf file if raw data has not been changed.

Value

load_gs returns a GatingSet object load_gslist returns a GatingSetList object

See Also

GatingSet-class,GatingSetList-class

Examples

1
2
3
4
5
6
## Not run: 
	gs<- boost2protobuf:::load_gs(bsFolder)
 boost2protobuf:::save_gs(pbFolder)


## End(Not run)

RGLab/boost2protobuf documentation built on May 8, 2019, 5:53 a.m.