unlink-ncdfFlowSet-method: delete the cdf file associated with the ncdfFlowSet object...

unlink,ncdfFlowSet-methodR Documentation

delete the cdf file associated with the ncdfFlowSet object ncdfFlowSet object is unrecoverable after cdf is deleted. So this method is usually called when ncdfFlowSet object is no longer in need.

Description

delete the cdf file associated with the ncdfFlowSet object

ncdfFlowSet object is unrecoverable after cdf is deleted. So this method is usually called when ncdfFlowSet object is no longer in need.

Usage

## S4 method for signature 'ncdfFlowSet'
unlink(x, recursive = FALSE, force = FALSE)

Arguments

x

ncdfFlowSet

recursive

see unlink

force

see unlink

Examples

data(GvHD)
nc <- ncdfFlowSet(GvHD[1:2])
nc[[1]] # data is loaded from cdf file
unlink(nc)

RGLab/ncdfFlow documentation built on July 5, 2022, 10:20 a.m.