R/formats.R
h5df.Rd
This function creates a Daf object that stores data in an HDF5 disk file. See the Julia documentation for details.
h5df(root, mode = "r", name = NULL)
Path to the HDF5 file, or a Julia HDF5 File or Group object
Mode to open the storage ("r" for read-only, "r+" for read-write)
Optional name for the Daf object
A Daf object with HDF5-based storage