write_table {rDataPipeline} | R Documentation |
Write table component to HDF5 file
Description
Function to populate hdf5 file with array type data.
Usage
write_table(
df,
handle,
data_product,
component,
description,
row_names,
column_units
)
Arguments
df |
an |
handle |
an object of class |
data_product |
a |
component |
a |
description |
a |
row_names |
(optional) a |
column_units |
(optional) a |
Value
Returns a handle index associated with the just written component, which can be used to raise an issue if necessary
See Also
Other write functions:
write_array()
,
write_distribution()
,
write_estimate()
[Package rDataPipeline version 0.54.1 Index]