print.hdf5.dataspace {rhdf5} | R Documentation |
In most cases the printing of an HDF5 object is done using a textual description. In part this is because the HDF5 objects are generally very large.
print.hdf5.dataspace(x, ...) print.hdf5.dataset(x, ...) print.hdf5.file(x, ...) print.hdf5.group(x, ...) print.hdf5.proplist(x, ...)
x |
An HDF5 object of the specific type. |
... |
Additional arguments, pretty much ignored in the current implementation. |
These functions basically return a text string describing the object
(actually they are using Rprintf
and that should change).
Currently they all return NULL
and probably they should be
changed to return the text string.
B. Ellis and R. Gentleman