Description Usage Arguments Value See Also Examples
Save a GatingSet/GatingSetList to the disk using protocol buffer library.
1 2 3 4 |
gslist |
A |
path |
A character scalar giving the path to save/load the GatingSet to/from. |
... |
other arguments: not used. |
G |
A |
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. |
load_gs
returns a GatingSet object
load_gslist
returns a GatingSetList object
GatingSet-class
,GatingSetList-class
1 2 3 4 5 6 | ## Not run:
gs<- boost2protobuf:::load_gs(bsFolder)
boost2protobuf:::save_gs(pbFolder)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.