Description Usage Arguments Value See Also
Checks whether an XT config has enough column info for a DT DataTable(data frame)
1 | checkDataConfig(tbl, xt, if_error = stop, ...)
|
tbl |
DT DataTable (data frame) containing the actual data the shiny app works with |
xt |
A list representing the settings of a specific context mode |
if_error |
Function that accepts a message e.g. cat, message, warning, stop |
... |
Arguments in ... will be passed to if_error() |
Logical. TRUE if XT config contains the necessary info for tbl
Other config functions: getConfigField
,
getConfigMode
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.