This help topic is for R version 1.1. 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 the object named by x in a pager

Usage

page(x)

Arguments

x

the name of an R object.

Author(s)

B. D. Ripley

See Also

file.show, edit, fix.


[Package base version 1.1 ]