Learn R Programming

wrapr (version 2.1.0)

view: Invoke a spreadsheet like viewer when appropriate.

Description

Invoke a spreadsheet like viewer when appropriate.

Usage

view(x, ..., title = wrapr_deparse(substitute(x)), n = 200)

Value

invoke view or format object

Arguments

x

R object to view

...

force later arguments to bind by name.

title

title for viewer

n

number of rows to show

Examples

Run this code

view(mtcars)

Run the code above in your browser using DataLab