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, cred = NULL)

Arguments

cf

a cytoframe, cytoset, GatingHierarchy, or GatingSet object

cred

credentials for s3 access. It is a list containing elements of "AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_REGION" when NULL, read the default credential file from disk (e.g., ~/.aws/credentials)

Details

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


[Package flowWorkspace version 4.2.0 Index]