viewerData {rdataviewer}R Documentation

Create a data object to view.

Description

Creates a data object for viewing.

Usage

viewerData(x, name = NULL)

Arguments

x An R object; typically an atomic vector or a list (see Details).
name A name to be used to label the view of the data.

Details

This function is useful for preparing simple atomic vectors for viewing or for preparing a complex object that has no specific function (such as a general list object). In the latter case, the normal printed output of the object is used as the basis for viewing.

There are more appropriate functions for preparing data frames, external text files, or relational databases for viewing.

Author(s)

Paul Murrell

See Also

viewerDataFrame, viewerDataText, viewerDataMySQL.


[Package rdataviewer version 0.1 Index]