view {tibble}R Documentation

View an object

Description

Experimental lifecycle

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

Usage

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.


[Package tibble version 2.1.3 Index]