Write an attribute to an HDF5 file, group, or dataset
Usage
WriteAttribute(
h5,
name,
robj,
dtype = GuessDType(x = robj),
scalar = length(x = robj) == 1,
overwrite = FALSE,
...
)Write an attribute to an HDF5 file, group, or dataset
WriteAttribute(
h5,
name,
robj,
dtype = GuessDType(x = robj),
scalar = length(x = robj) == 1,
overwrite = FALSE,
...
)