View source: R/solution_modifications.R
addOutputVariable | R Documentation |
Adds output variable to an existing output
addOutputVariable(
sol,
outputid,
id,
rule,
datatype,
mode = NULL,
unit = NULL,
description = NULL
)
sol |
solution object |
outputid |
id of output where the variable should be added |
id |
name of the new variable |
rule |
rule for the variable |
datatype |
of the variable |
mode |
one of FIRST, LAST, AVG, SUM (optional) |
unit |
unit of the variable (optional) |
description |
short description (optional) |
modified solution object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.