| rcpp_hdf5_remove_dataset | R Documentation |
Opens a dataset by (filename, group, dataset) and unlinks it from
the HDF5 file. Backs the R-level hdf5_remove function and the
HDF5Matrix$remove() method.
rcpp_hdf5_remove_dataset(filename, group, dataset)
filename |
Path to the HDF5 file. |
group |
Group path containing the dataset (e.g. |
dataset |
Dataset name within the group (e.g. |
openDataset() both opens the file handle required by
hdf5Dataset::remove() and validates that the dataset actually
exists, throwing if it does not. HDF5 then only removes the link to
the dataset — the disk space it occupied is NOT reclaimed until the file is
rewritten (e.g. with h5repack). See hdf5_remove for
the user-facing caveat.
TRUE on success.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.