Message-ID: <CAAmySGNmDaJ7BqP26YY2AMsYOTke8S2p3Cf0fY4Ov=tMT_57eg@mail.gmail.com>
Date: 2011-11-10T01:22:49Z
From: R. Michael Weylandt
Subject: [ reached getOption("max.print") -- omitted 8178 rows ]]
In-Reply-To: <CAE06D65.7E29%sean.mcguffee@gmail.com>
? 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.
>
>