Function to populate hdf5 file with array type data.
write_table(
df,
handle,
data_product,
component,
description,
row_names,
column_units
)Returns a handle index associated with the just written component, which can be used to raise an issue if necessary
an dataframe containing the data
an object of class fdp, R6 containing metadata required
by the Data Pipeline API
a string specifying the name of the data product
a string specifying a location within the hdf5 file,
a string describing the data product component
(optional) a vector of rownames
(optional) a vector comprising column units
Other write functions:
write_array(),
write_distribution(),
write_estimate()