This function tests if this object is a iniDf as needed by the UI
testIniDf(iniDf)
assertIniDf(iniDf, extra = "", .var.name = .vname(iniDf), null.ok = FALSE)the object to test if it is a rxode2 ui iniDf data.frame
information to append to the error message
[character(1)]
Name of the checked object to print in assertions. Defaults to
the heuristic implemented in vname.
[logical(1)]
If set to TRUE, x may also be NULL.
In this case only a type check of x is performed, all additional checks are disabled.
boolean, indicating if the object is a valid initialization data frame
assertIniDf(): Assert that the object is a valid rxode2 ui initialization data frame
Other Assertions:
assertCompartmentExists(),
assertCompartmentName(),
assertCompartmentNew(),
assertRxUi(),
assertVariableExists(),
assertVariableNew(),
testRxUnbounded()
testIniDf(TRUE)
#> [1] FALSE