view: View an object

Description Usage Arguments

View source: R/view.R

Description

\lifecycle

experimental

Calls utils::View() on the input and returns it, invisibly. The RStudio IDE overrides utils::View(), this is picked up correctly.

Usage

1
view(x, title = NULL, ...)

Arguments

x

The object to display.

title

The title to use for the display, by default the deparsed expression is used.

...

Unused, for extensibility.


krlmlr/tibble documentation built on Jan. 15, 2020, 7:56 a.m.