H5Screate: Create a new dataspace of a specified type

View source: R/H5S.R

H5ScreateR Documentation

Create a new dataspace of a specified type

Description

Create a new dataspace of a specified type

Usage

H5Screate(type = h5default("H5S"), native = FALSE)

Arguments

type

The type of dataspace to create. See h5const("H5S") for possible types.

native

An object of class logical. If TRUE, array-like objects are treated as stored in HDF5 row-major rather than R column-major orientation. Using native = TRUE increases HDF5 file portability between programming languages. A file written with native = TRUE should also be read with native = TRUE.

Value

Returns an object of class H5IdComponent representing a dataspace.

See Also

H5Screate_simple


grimbough/rhdf5 documentation built on April 16, 2024, 8:22 p.m.