Test for Big Data Object

DESCRIPTION:

Returns a logical value determining if the tested object is of type bdObject.

USAGE:

is.bdObject(x, recursive=F)

REQUIRED ARGUMENTS:

x
the object to test.

OPTIONAL ARGUMENTS:

recursive
If TRUE, also check components of the object and return TRUE if any component is a bdObject.

VALUE:

A logical value indicating whether the tested object and/or its components are bdObjects.

SEE ALSO:

,

EXAMPLES:

is.bdObject(fuel.frame)