Simplified 'HDF5' Interface
List HDF5 Attributes
Get R Class of an HDF5 Object or Attribute
Create an HDF5 File
Create an HDF5 Group
Delete an HDF5 Object or Attribute
Get Dimensions of an HDF5 Object or Attribute
Get HDF5 Storage Type of an Object or Attribute
Check if an HDF5 File, Object, or Attribute Exists
Check if an HDF5 Object is a Dataset
Check if an HDF5 Object is a Group
Get the Total Length of an HDF5 Object or Attribute
List HDF5 Objects
Write an R Object to HDF5
Move or Rename an HDF5 Object
Get Names of an HDF5 Object
Create an HDF5 File Handle
Read an HDF5 Object or Attribute
Display the Structure of an HDF5 Object
h5lite: A Simple and Lightweight HDF5 Interface
A user-friendly interface for the Hierarchical Data Format 5 ('HDF5') library designed to "just work." It bundles the necessary system libraries to ensure easy installation on all platforms. Features smart defaults that automatically map R objects (vectors, matrices, data frames) to efficient 'HDF5' types, removing the need to manage low-level details like dataspaces or property lists. Uses the 'HDF5' library developed by The HDF Group <https://www.hdfgroup.org/>.
Useful links