print.hdf5.dataspace {rhdf5}R Documentation

Printing of the various HDF5 objects

Description

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.

Usage

print.hdf5.dataspace(x, ...)
print.hdf5.dataset(x, ...)
print.hdf5.file(x, ...)
print.hdf5.group(x, ...)
print.hdf5.proplist(x, ...)

Arguments

x An HDF5 object of the specific type.
... Additional arguments, pretty much ignored in the current implementation.

Details

These functions basically return a text string describing the object (actually they are using Rprintf and that should change).

Value

Currently they all return NULL and probably they should be changed to return the text string.

Author(s)

B. Ellis and R. Gentleman

See Also

print

Examples



[Package rhdf5 version 1.4.0 Index]