read_h5: Read/write R objects to a H5 file.

View source: R/h5.R

read_h5R 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.


dynutils documentation built on Oct. 11, 2022, 5:07 p.m.