write_estimate {rDataPipeline} | R Documentation |
Write estimate component to TOML file
Description
Function to populate toml file with point-estimate type data. If a file already exists at the specified location, an additional component will be added.
Usage
write_estimate(value, handle, data_product, component, description)
Arguments
value |
an object of class |
handle |
an object of class |
data_product |
a |
component |
a |
description |
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_table()
[Package rDataPipeline version 0.54.1 Index]