This function tests if this object is a iniDf as needed by the UI
Arguments
- iniDf
the object to test if it is a rxode2 ui
iniDf
data.frame- extra
information to append to the error message
- .var.name
[
character(1)
]
Name of the checked object to print in assertions. Defaults to the heuristic implemented invname
.- null.ok
[
logical(1)
]
If set toTRUE
,x
may also beNULL
. In this case only a type check ofx
is performed, all additional checks are disabled.
See also
Other Assertions:
assertCompartmentExists()
,
assertCompartmentName()
,
assertCompartmentNew()
,
assertRxUi()
,
assertVariableExists()
,
assertVariableNew()
,
testRxUnbounded()