This help topic is for R version 1.5.0. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/page.html
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 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.

Author(s)

B. D. Ripley

See Also

file.show, edit, fix.


[Package base version 1.5.0 ]