testIniDf {rxode2} | R Documentation |
This function tests if this object is a iniDf as needed by the UI
Description
This function tests if this object is a iniDf as needed by the UI
Usage
testIniDf(iniDf)
assertIniDf(iniDf, extra = "", .var.name = .vname(iniDf), null.ok = FALSE)
Arguments
iniDf |
the object to test if it is a rxode2 ui |
extra |
information to append to the error message |
.var.name |
[ |
null.ok |
[ |
Value
boolean, indicating if the object is a valid initialization data frame
Functions
-
assertIniDf()
: Assert that the object is a valid rxode2 ui initialization data frame
Author(s)
Matthew L. Fidler
See Also
Other Assertions:
assertCompartmentExists()
,
assertCompartmentName()
,
assertCompartmentNew()
,
assertRxUi()
,
assertVariableExists()
,
assertVariableNew()
,
testRxUnbounded()
Examples
testIniDf(TRUE)