output_name {struct} | 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
obj = struct_class,name = character
:
M = example_model() output_name(M,'result_1')