Summarize bdFrame Object

DESCRIPTION:

Creates summary information about a bdFrame object.

This function requires the bigdata library section to be loaded.

USAGE:

summary(object, maxsum=7., ...)

REQUIRED ARGUMENTS:

object
a bdFrame object.

OPTIONAL ARGUMENTS:

maxsum
the maximum number of levels for categorical columns to display in the summary.
...
This is currently ignored.

VALUE:

A table object containing summary information much like that returned by summary.data.frame, except that it doesn't contain quantile information.

SEE ALSO:

EXAMPLES:

## create a bdFrame, and call summary to invoke summary.bdFrame
summary(as.bdFrame(fuel.frame))