[ reached getOption("max.print") -- omitted 8178 rows ]]
? 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.