testIniDf | R Documentation |
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)
iniDf |
the object to test if it is a rxode2 ui |
extra |
information to append to the error message |
.var.name |
[ |
null.ok |
[ |
boolean, indicating if the object is a valid initialization data frame
assertIniDf()
: Assert that the object is a valid rxode2 ui initialization data frame
Matthew L. Fidler
Other Assertions:
assertCompartmentExists()
,
assertCompartmentName()
,
assertCompartmentNew()
,
assertRxUi()
,
assertVariableExists()
,
assertVariableNew()
,
testRxUnbounded()
testIniDf(TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.