list_vars {xpose}R Documentation

List available variables

Description

Function listing all available variables in an xpdb object.

Usage

list_vars(xpdb, .problem = NULL)

Arguments

xpdb

An xpose_data object from which the model code will be extracted.

.problem

The problem to be used, by lists all available problems.

See Also

set_var_types

Examples

list_vars(xpdb_ex_pk)

[Package xpose version 0.4.18 Index]