baytrends (version 1.1.0)

View: Invoke a Data Viewer

Description

Invoke a spreadsheet-style data viewer on a matrix-like R object.

Usage

View(x, title)

Arguments

x

an R object that can be forecd to a character representation of a data frame.

title

the title for the viewer window. Defaults to the name of x.

Value

Invisibly returns NULL. The functions opens a widnow showing the formatted contents of x and returns immediately.