[R] [ reached getOption("max.print") -- omitted 8178 rows ]]

R. Michael Weylandt michael.weylandt at gmail.com
Thu Nov 10 02:22:49 CET 2011


? options
options(max.print = Inf)

Michael

On Wed, Nov 9, 2011 at 4:48 PM, Sean Robert McGuffee
<sean.mcguffee at gmail.com> wrote:
> Hi,
> I have a weird thing I don¹t understand.
> Here¹s what I did:
> I read some data:
> data=read.table("fileName²)
> then I printed the data to the screen:
> data
> But it didn¹t finish:
> lot¹s of data was written out, but not all of it...
> Then it interrupted and said:
> [ reached getOption("max.print") -- omitted 8178 rows ]]
> Is there a setting somewhere that I can change to get to see all of my data?
> Thanks
> Sean
>
>
>        [[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