powered by
Invoke a spreadsheet-style data viewer on a matrix-like R object.
R
View(x, title)
an R object that can be forecd to a character representation of a data frame.
the title for the viewer window. Defaults to the name of x.
x
Invisibly returns NULL. The functions opens a widnow showing the formatted contents of x and returns immediately.
NULL