methods-Dollar2: ~~ Methods for Function '$<-' in Package 'rhdf5' ~~

Description Methods

Description

Methods for function $<- in package rhdf5.

Methods

signature(x = "H5IdComponent")

Writes the assigned object to to the HDF5 file at location e1. e1 can either be a file handle as returned by H5Fopen() or a group handle as e.g. returned by h5f$g1 or h5f$'/g1/g2's. The storage.mode of the assigned object has to be compatible to the datatype of the HDF5 dataset. The dimension of the assigned object have to be identical the dimensions of the HDF5 dataset. To create a new HDF5 dataset with specific properties (e.g. compression level or chunk size), please use the function h5createDataset first.


rhdf5 documentation built on Nov. 8, 2020, 6:56 p.m.