cleanup {flowWorkspace} | R Documentation |
These methods immediately delete the on-disk storage associated with cytoframe, cytoset, GatingHierarchy, or GatingSet objects
cf_cleanup(cf, cred = NULL)
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) |
this will override tempdir() in determining the top directory under which files can safely be removed.