Show Data Viewer
DESCRIPTION:
Display a data viewer window
which displays the input data in a scrollable window,
as well as information about the data columns (names, types, means, etc).
This function requires the bigdata library section to be loaded.
USAGE:
bd.data.viewer(data)
REQUIRED ARGUMENTS:
- data
-
input data set, a
bdFrame
or
data.frame
.
VALUE:
Returns
NULL
.
SIDE EFFECTS:
Creates and displays the data viewer window.
EXAMPLES:
## show data viewer
bd.data.viewer(fuel.frame)