viewerDataFrame {rdataviewer}R Documentation

Prepare a data frame object for viewing.

Description

This function derives various important attributes of a data frame and stores them so that viewing the data frame can occur efficiently.

Usage

viewerDataFrame(data)

Arguments

data A data frame.

Value

An object of class "ViewerDataFrame".

Author(s)

Paul Murrell

See Also

ViewerDataFrame and viewerData


[Package rdataviewer version 0.1 Index]