x
in a pager
via file.show
.
page(x, method = c("dput", "print"), ...)
dput
. An alternative is to use print
and
capture the output to be shown in the pager. Can be abbreviated.x
is a length-one character vector, it is used as the name
of an object to look up in the environment from which page
is
called. All other objects are displayed directly. A default value of title
is passed to file.show
if one
is not supplied in ...
.
file.show
, edit
, fix
. To go to a new page when graphing, see frame
.