output_name {struct}R Documentation

output name

Description

return a the name for a output, if available

Usage

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

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

[Package struct version 1.0.0 Index]