output_ids {struct}R Documentation

Output identifiers

Description

return a list of valid output ids for an object

Usage

output_ids(obj)

## S4 method for signature 'struct_class'
output_ids(obj)

Arguments

obj

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

Value

list of output ids

Methods (by class)

Examples

M = example_model()
output_ids(M)

[Package struct version 1.4.0 Index]