assertVariableExists {rxode2} | R Documentation |
Assert a variable exists in the model
Description
Assert a variable exists in the model
Usage
assertVariableExists(ui, x)
testVariableExists(ui, x)
Arguments
ui |
rxode2 ui model |
x |
does the |
Value
variable that matches, in the case of multiple variables, the first that matches. If nothing matches return error
Functions
-
testVariableExists()
: Test if variable exists
Author(s)
Matthew L. Fidler
See Also
Other Assertions:
assertCompartmentExists()
,
assertCompartmentName()
,
assertCompartmentNew()
,
assertRxUi()
,
assertVariableNew()
,
testIniDf()
,
testRxUnbounded()
[Package rxode2 version 4.0.2 Index]