read_h5 {dynutils} | R Documentation |
Read/write R objects to a H5 file.
read_h5(path)
read_h5_(file_h5)
write_h5(x, path)
write_h5_(x, file_h5, path)
path |
Path to read from/write to. |
file_h5 |
A H5 file to read from/write to. |
x |
R object to write. |