View: Invoke a Data Viewer

View source: R/View.r

ViewR Documentation

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.


USGS-R/smwrQW documentation built on Oct. 11, 2022, 6:13 a.m.