Write an attribute to an HDF5 file, group, or dataset
Usage
WriteAttribute(x, name, lfile, stype, transpose = TRUE, verbose = TRUE)
Arguments
- name
Name to store attribute as
- h5
An HDF5 file, group, or
dataset
- robj
An object to write out
- dtype
Data type of attribute
- scalar
Is this a scalar or simple (vectorized) attribute?
- overwrite
Overwrite the attribute if it already exists
- ...
Extra paramters passed to H5S$new
Value
Invisibly returns NULL