H5Dcreate {rhdf5} | R Documentation |
Create a new HDF5 dataset
H5Dcreate( h5loc, name, dtype_id, h5space, lcpl = NULL, dcpl = NULL, dapl = NULL )
h5loc |
An object of class H5IdComponent representing a H5
location identifier (file or group). See |
name |
Name of the dataset. |
dtype_id |
A character name of a datatype. See |
h5space |
An object of class H5IdComponent representing a H5 dataspace.
See |
lcpl, dcpl, dapl |
An objects of class H5IdComponent representing HDF5 property lists. Specially these should respectively be: a link creation property list, a dataset creation property list, a dataset access property list |
An object of class H5IdComponent
representing the opened dataset.