output_name | R Documentation |
return a the name for a output, if available
output_name(obj, name)
## S4 method for signature 'struct_class,character'
output_name(obj, name)
obj |
A model or iterator object derived from the *struct* class |
name |
Name of output |
name of output
M = example_model()
output_name(M,'result_1')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.