Learn R Programming

ncdfFlow (version 2.18.0)

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

Description

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

Usage

"unlink"(x, recursive = FALSE, force = FALSE)

Arguments

x
ncdfFlowSet
recursive
see unlink
force
see unlink

Examples

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

Run the code above in your browser using DataLab