Queries the view handler by calling get_view_handler(), and calls it.

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.

...

Passed on to the view handler.

Value

x, invisibly.