| rcpp_hdf5dataset_open | R Documentation |
Open HDF5 dataset and return external pointer (R6 wrapper)
rcpp_hdf5dataset_open(filename, group, dataset)
filename |
Path to HDF5 file |
group |
Group path (e.g., "data" or "/data") |
dataset |
Dataset name within the group (e.g., "matrix") |
External pointer to hdf5Dataset object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.