Calls utils::View() on the input and returns it, invisibly.
If the input is not a data frame, it is processed using a variant of
as.data.frame(head(x, n)).
A message is printed if the number of rows exceeds n.
This function has no effect in noninteractive sessions.
Arguments
- x
The object to display.
- title
The title to use for the display, by default the deparsed expression is used.
- ...
Unused, must be empty.
- n
Maximum number of rows to display. Only used if
xis not a data frame. Uses theview_maxoption by default.
Details
The RStudio IDE overrides utils::View(), this is picked up
correctly.