cleanup {flowWorkspace}R Documentation

Remove on-disk files associatated with flowWorkspace data classes

Description

These methods immediately delete the on-disk storage associated with cytoframe, cytoset, GatingHierarchy, or GatingSet objects

Usage

cf_cleanup(cf, ctx = .cytoctx_global)

Arguments

cf

a cytoframe, cytoset, GatingHierarchy, or GatingSet object

ctx

cytoctx object, see [cytoctx] for details

Details

this will override tempdir() in determining the top directory under which files can safely be removed.


[Package flowWorkspace version 4.6.0 Index]