| rcpp_hdf5_close_all_registry | R Documentation |
Closes all C++ hdf5Dataset objects tracked in the live-pointer
registry and then calls BigDataStatMeth::closeAllHDF5Handles()
to close any remaining HDF5 handles at the C library level (files,
datasets, groups, datatypes, attributes) that were not tracked by
the registry. Equivalent in effect to rhdf5::h5closeAll().
Called automatically from .onUnload() when the package is
unloaded. Can also be called manually for diagnostic purposes via
BigDataStatMeth:::rcpp_hdf5_close_all_registry().
rcpp_hdf5_close_all_registry()
NULL invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.