read_table {rDataPipeline} | R Documentation |
Read table component from HDF5 file
Description
Function to read table type data from hdf5 file.
Usage
read_table(handle, data_product, component)
Arguments
handle |
an object of class |
data_product |
a |
component |
a |
Value
Returns a data.frame
with attached column_units
attributes, if available
[Package rDataPipeline version 0.54.1 Index]