[R] Browsing through a dataframe page by page (like with shell command more)

Peter Ehlers ehlers at ucalgary.ca
Mon Dec 13 14:19:33 CET 2010


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.



More information about the R-help mailing list