output_value | R Documentation |
get/set the values for an output_
output_value(obj, name)
output_value(obj, name) <- value
## S4 method for signature 'struct_class,character'
output_value(obj, name)
## S4 replacement method for signature 'struct_class,character'
output_value(obj, name) <- value
obj |
A model or iterator object derived from the *struct* class |
name |
Name of output |
value |
A valid value for the output being set |
Value of output
struct object
M = example_model()
output_value(M,'result_1')
M = example_model()
output_value(M,'result_1') = DatasetExperiment()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.