Message-ID: <4D061D65.8070104@ucalgary.ca>
Date: 2010-12-13T13:19:33Z
From: Peter Ehlers
Subject: Browsing through a dataframe page by page (like with shell command more)
In-Reply-To: <AANLkTikrMHw9KhytK9Ejizgh9cR9d8mpTVEG+=uHu7gq@mail.gmail.com>
On 2010-12-13 02:49, Alexandre CESARI wrote:
> Hello,
>
> I'm looking for an easy way to display a data.frame (or other variables)
> page by page, similarly to what is possible on a file using the more command
> in a standard UNIX shell. Any help would be greatly appreciated.
>
How about View(mydata)? See help('View').
Peter Ehlers
> Thanks
>
> Alexandre
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.