viewerData: Create a data object to view.

Description Usage Arguments Details Author(s) See Also

View source: R/data.R

Description

Creates a data object for viewing.

Usage

1

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.


pmur002/rdataviewer documentation built on May 25, 2019, 10:21 a.m.