output_name: output name

Description Usage Arguments Value Methods (by class) Examples

Description

return a the name for a output, if available

Usage

1
2
3
4
output_name(obj, name)

## S4 method for signature 'struct_class,character'
output_name(obj, name)

Arguments

obj

A model or iterator object derived from the *struct* class

name

Name of output

Value

name of output

Methods (by class)

Examples

1
2
M = example_model()
output_name(M,'result_1')

struct documentation built on Nov. 8, 2020, 8:14 p.m.