guess_space {hdf5r} | R Documentation |
Guess the dataspace of an object
Description
Guess the dataspace of an object
Usage
guess_space(x, dtype, chunked = TRUE)
Arguments
x |
The R object for which to guess the space |
dtype |
Object of type |
chunked |
Is the datatype chunked? If yes, |
Details
Creates a dataspace that fits an R object so that it can be written into a dataset. This is used for example in dataset creation based on an R-object, not a specifically defined dimensions.
Value
An object of type H5S
Author(s)
Holger Hoefling
[Package hdf5r version 1.3.11 Index]