is.big.data.table {big.data.table}R Documentation

Test if object is big.data.table

Description

Test if object is big.data.table

Usage

is.big.data.table(x, check.nodes = FALSE)

Arguments

x

R object.

check.nodes

logical default FALSE, when TRUE it will validate that nodes have data.table as defined variable.

Value

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.


[Package big.data.table version 0.3.4 Index]