|
uzuki2
Recovering R lists faithfully from HDF5 or JSON
|
Options for HDF5 file parsing. More...
#include <parse_hdf5.hpp>
Public Attributes | |
| hsize_t | buffer_size = 10000 |
| bool | strict_list = true |
Options for HDF5 file parsing.
| hsize_t uzuki2::hdf5::Options::buffer_size = 10000 |
Buffer size, in terms of the number of elements, to use for reading data from HDF5 datasets.
| bool uzuki2::hdf5::Options::strict_list = true |
Whether to throw an error if the top-level R object is not an R list.