checkDataConfig: Check XT Configuration Columns

Description Usage Arguments Value See Also

View source: R/config.R

Description

Checks whether an XT config has enough column info for a DT DataTable(data frame)

Usage

1
checkDataConfig(tbl, xt, if_error = stop, ...)

Arguments

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()

Value

Logical. TRUE if XT config contains the necessary info for tbl

See Also

Other config functions: getConfigField, getConfigMode


numeract/shinyXT documentation built on May 30, 2019, 5 a.m.