read_h5 {dynutils} | R Documentation |
Read/write R objects to a H5 file.
Description
Read/write R objects to a H5 file.
Usage
read_h5(path)
read_h5_(file_h5)
write_h5(x, path)
write_h5_(x, file_h5, path)
Arguments
path |
Path to read from/write to. |
file_h5 |
A H5 file to read from/write to. |
x |
R object to write. |
[Package dynutils version 1.0.11 Index]