Description Usage Arguments Value
Read a single dataset from an open group
1 | read_dset_data(group, name, first = 1L, last = NULL)
|
group |
an open H5Group object. |
name |
the name of a dataset in the group. |
first |
first index to read; must be >= 1 |
last |
last index to read; NULL means read to end of data; must be >= first |
a vector containing the data that was read.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.