[R] displaying one page at a time in the console

Gabor Grothendieck ggrothendieck at gmail.com
Mon Jul 2 22:01:57 CEST 2007


View(names(x)) will display the names in a scrollable fashion.  Also
head(names(x)) will show just the first few if that's good enough.

On 7/2/07, Jiong Zhang, PhD <jizhang at chori.org> wrote:
> Hi all,
>
> How do I ask the console to display one page at a time for commands such
> as "names()"?
>
> Thanks.
>
> jiong



More information about the R-help mailing list