Saves a series of objects to an HDF5 file.
Saves a number of R objects to an HDF5 file.
h5save(..., file, name = NULL, createnewfile = TRUE, native = FALSE)
... |
The objects to be saved. |
file |
The filename (character) of the file in which the dataset will be located. For advanced programmers it is possible to provide an object of class |
name |
A character vector of names for the datasets. The length of the name vector should match the number of objects. |
createnewfile |
If TRUE, a new file will be created if necessary. |
native |
An object of class |
.
Nothing returned.
Bernd Fischer
A = 1:7; B = 1:18; D = seq(0,1,by=0.1) h5save(A, B, D, file="ex_save.h5") h5dump("ex_save.h5")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.