is.big.data.table: Test if object is big.data.table

Description Usage Arguments Value

View source: R/big.data.table.R

Description

Test if object is big.data.table

Usage

1
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.


jangorecki/big.data.table documentation built on May 18, 2019, 12:24 p.m.