Dear all.

I wanted to read in a 20,000 row X 60 column matrix (called "table") into R.

i did this:

>R
>table <- read.table("table", header=TRUE)
>table

it prints out the start of my table (~10000 rows by 7 columns) and then
this error:


 [ reached getOption("max.print") -- omitted 5465 rows ]]
There were 50 or more warnings (use warnings() to see the first 50)

I have tried:

options(max.print = Inf)

and options(max.print = 9999999999999)

but i still get the same error. I have seen many people on R help have
this problem. However the solution of options(max.print = Inf) does
not seem to work for me.


Any ideas?


Syb

        [[alternative HTML version deleted]]

______________________________________________
R-help@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.

Reply via email to