[R] how to change print limit on screen

jim holtman jholtman at gmail.com
Sat Sep 15 16:09:35 CEST 2007


?options

> options(max.print=10)
> 1:100000
 [1]  1  2  3  4  5  6  7  8  9 10
 [ reached getOption("max.print") -- omitted 99990 entries ]]


On 9/15/07, Abu Naser <likhonnaser at hotmail.com> wrote:
>
> Hi all user,
>
> Is there any way i can chage the print limit ( getOption("max.print")) to unlimited or specified limit?
>
> Thanks in advance
> _________________________________________________________________
> Feel like a local wherever you go.
>
> ______________________________________________
> 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.
>


-- 
Jim Holtman
Cincinnati, OH
+1 513 646 9390

What is the problem you are trying to solve?



More information about the R-help mailing list