\HeaderA{page}{Invoke a Pager on an R Object}{page}
\keyword{utilities}{page}
\begin{Description}\relax
Displays a representation of the object named by \code{x} in a pager.
\end{Description}
\begin{Usage}
\begin{verbatim}
page(x, method = c("dput", "print"), ...)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{x}] the name of an \R{} object.
\item[\code{method}] The default method is to dump the object \emph{via}
\code{\LinkA{dput}{dput}}. An alternative is to print to a file.
\item[\code{...}] additional arguments for \code{\LinkA{file.show}{file.show}}.
Intended for setting \code{pager} as \code{title} and
\code{delete.file} are already used.
\end{ldescription}
\end{Arguments}
\begin{SeeAlso}\relax
\code{\LinkA{file.show}{file.show}}, \code{\LinkA{edit}{edit}}, \code{\LinkA{fix}{fix}}.

To go to a new page when graphing, see \code{\LinkA{frame}{frame}}.
\end{SeeAlso}

