Skip to contents

Get one solved variable from a scenario

Usage

get_variable(scen, name, data = TRUE)

Arguments

scen

a scenario.

name

character, the variable's name.

data

logical, return the values (default) or the variable object.

Value

a data.frame, a variable, or NULL if there is no such variable.

See also

Other variable: class-variable