[R] re-direct to "more" or "less"

Gabor Grothendieck ggrothendieck at gmail.com
Thu Jun 29 12:26:58 CEST 2006


The first few lines or last few lines of an object can often be viewed
like this:

head(iris)
tail(iris)



On 6/28/06, Mike Wolfgang <mikewolfgang at gmail.com> wrote:
> Dear list,
>
> sometimes my function generates too much data and shows them on screen, i
> cannot view first several lines until program ends and I have to scroll my
> mouse up to get them. Is there any re-direction function in R to pipeline
> outputs to "more" or "less" type functions?
> Thanks
>
> mike
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>



More information about the R-help mailing list