write_array | R Documentation |
Function to populate hdf5 file with array type data.
write_array(
array,
handle,
data_product,
component,
description,
dimension_names,
dimension_values,
dimension_units,
units
)
array |
an |
handle |
an object of class |
data_product |
a |
component |
a |
description |
a |
dimension_names |
a |
dimension_values |
(optional) a |
dimension_units |
(optional) a |
units |
(optional) a |
Returns a handle index associated with the just written component, which can be used to raise an issue if necessary
Other write functions:
write_distribution()
,
write_estimate()
,
write_table()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.