is.big.data.table {big.data.table} | R Documentation |
Test if object is big.data.table
is.big.data.table(x, check.nodes = FALSE)
x |
R object. |
check.nodes |
logical default FALSE, when TRUE it will validate that nodes have data.table as defined variable. |
For 'check.nodes=FALSE' (default) a scalar logical if *x* inherits from *big.data.table*. For 'check.nodes=TRUE' vector of results from expression 'exists("x") && is.data.table(x)' on each node.