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