Queries the view handler by calling get_view_handler()
, and calls it.
view(x, title = NULL, ...)
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. |
x
, invisibly.