Learn R Programming

h5 (version 0.9.9)

Interface to the 'HDF5' Library

Description

S4 Interface to the 'HDF5' library supporting fast storage and retrieval of R-objects like vectors, matrices and arrays to binary files in a language independent format. The 'HDF5' format can therefore be used as an alternative to R's save/load mechanism. Since h5 is able to access only subsets of stored data it can also handle data sets which do not fit into memory.

Copy Link

Version

Install

install.packages('h5')

Monthly Downloads

110

Version

0.9.9

License

BSD_2_clause + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

August 30th, 2017

Functions in h5 (0.9.9)

Attribute

The Attribute Class
CommonFG-DataSet

Functions to Create/Open DataSets in CommonFG objects Although DataSet objects can implicitly be created using subsetting operators (see CommonFG) h5 implements more explicit functions (used by subsetting operators under the hood) to create and open DataSets.
H5File

HDF5 File Objects
H5Group

The H5Group Class
CommonFG-Group

DataSet-Extend

Functions to Extend a DataSet
DataSet-Subset

Operators to Subset DataSet Objects
CommonFG

The CommonFG Class
H5Location-Attribute

Read and Create Attributes for H5Location Objects
h5-package

H5 - Interface to the HDF5 API
DataSet

The DataSet Class
DataSpace

The DataSpace Class