h5listIdentifier: list all valid H5 identifier.

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/Rhdf5.R

Description

A list of all valid H5 identifier. H5 objects should be closed after usage to release resources.

Usage

1
2

Arguments

native

An object of class logical. If TRUE, array-like objects are treated as stored in HDF5 row-major rather than R column-major orientation. Using native = TRUE increases HDF5 file portability between programming languages. A file written with native = TRUE should also be read with native = TRUE

.

Value

h5validObjects returns a list of H5IdComponent objects. h5listIdentifier prints the valid identifiers on screen and returns NULL.

Author(s)

Bernd Fischer

References

https://portal.hdfgroup.org/display/HDF5

See Also

rhdf5

Examples

1
2
3
4
5
6
7
h5createFile("ex_list_identifier.h5")

# create groups
h5createGroup("ex_list_identifier.h5","foo")

h5listIdentifier()
h5validObjects()

Example output

[1] TRUE
[1] TRUE
[1] type name
<0 rows> (or 0-length row.names)
list()

rhdf5 documentation built on Nov. 8, 2020, 6:56 p.m.