Description Usage Arguments Value
Read a tibble from a tabular HDF5 file.
1 | read_h5_table(file, tablename, first = 1L, last = NULL, columns = NULL)
|
file |
an H5File object representing an HDF5 "tabular data" file, or the name of a file. |
tablename |
The name of the table to be read. |
first |
first index to read; must be >= 1 |
last |
last index to read; NULL means read to end of data; must be >= first |
columns |
vector of column names to read; if NULL, read all columns |
a tibble containing the data read from the named table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.