assertVariableNew {rxode2} | R Documentation |
Assert a variable would be new to the model
Description
Assert a variable would be new to the model
Usage
assertVariableNew(ui, x)
Arguments
ui |
rxode2 ui model |
x |
would the variable |
Value
nothing, but will error if x
would not be new
Author(s)
Matthew L. Fidler
See Also
Other Assertions:
assertCompartmentExists()
,
assertCompartmentName()
,
assertCompartmentNew()
,
assertRxUi()
,
assertVariableExists()
,
testIniDf()
,
testRxUnbounded()
[Package rxode2 version 3.0.4 Index]