h5_get_dataset | R Documentation |
get dataset from HDF5 file
h5_get_dataset(h5f, key, check_exists = TRUE)
h5f |
HDF5 file opened with |
key |
String, full path to dataset. |
check_exists |
Boolean, check if key actually exists (keep in mind overhead). |
Returns the requested dataset, if successfully read from file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.