Re: [R] max.print

2012-03-12 Thread Martin Maechler
> Peter Ehlers > on Sat, 10 Mar 2012 11:04:06 -0800 writes: > On 2012-03-10 08:35, sybil kennelly wrote: >> 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.ta

Re: [R] max.print

2012-03-10 Thread Peter Ehlers
On 2012-03-10 08:35, sybil kennelly wrote: 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 (~1 rows by 7 columns) and then this error: [ reached g

Re: [R] max.print

2012-03-10 Thread aoife doherty
Hey i have a similar size dataset and ran into the same problem, but i found this command works fine: options(max.print=100) to fix it? On Sat, Mar 10, 2012 at 4:35 PM, sybil kennelly wrote: > Dear all. > > I wanted to read in a 20,000 row X 60 column matrix (called "table") into > R. > >

[R] max.print

2012-03-10 Thread sybil kennelly
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 (~1 rows by 7 columns) and then this error: [ reached getOption("max.print") -- omitted 5465 rows ]]

Re: [R] max.print

2011-01-08 Thread Joshua Wiley
Hi R G, You can see what the value for the maximum printed is with: getOption("max.print") then just increase this to whatever your needs are. For example: options(max.print = ) See ?options for the pertinent documentation. HTH, Josh On Sat, Jan 8, 2011 at 4:42 AM, Stat Consult wr

[R] max.print

2011-01-08 Thread Stat Consult
Dear All I saw the end of data [[reached getOption("max.print") -- omitted 11844 rows ]]. How can I see all of the data? I would be appreciated if you guide me. Regards, R G [[alternative HTML version deleted]] __ R-help@r-project.org mailing li