Description Usage Arguments Examples
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.
1 2 |
x |
|
recursive |
see unlink |
force |
see unlink |
1 2 3 4 | data(GvHD)
nc <- ncdfFlowSet(GvHD[1:2])
nc[[1]] # data is loaded from cdf file
unlink(nc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.