page {base} | R Documentation |
Invoke a Pager on an R Object
Description
Displays a representation of the object named by x
in a pager.
Usage
page(x, method = c("dput", "print"), ...)
Arguments
x |
the name of an R object. |
method |
The default method is to dump the object via
|
... |
additional arguments for |
Author(s)
B. D. Ripley
See Also
file.show
, edit
, fix
.