page {utils} | R Documentation |
Displays a representation of the object named by x
in a pager.
page(x, method = c("dput", "print"), ...)
x |
the name of an R object. |
method |
The default method is to dump the object via
dput . An alternative is to print to a file. |
... |
additional arguments for file.show .
Intended for setting pager as title and
delete.file are already used. |
To go to a new page when graphing, see frame
.