[R] Increasing the maximum number of rows

2010-05-21 Thread Alex Ruiz E.
Dear R helpers, I created a somewhat big database (+206,700 rows) in MySQL and have exported into a csv file, but I can't open the whole thing in R. I am using: > base<-read.csv("/path/to/file.csv", header=F, sep="," nrows=206720) R doesn't complain but it only opens 128,328 observations (the nu

Re: [R] Increasing the maximum number of rows

2010-05-22 Thread Alex Ruiz E.
might cause missing data; also an unbalanced > quote will cause missing lines. > > On Sat, May 22, 2010 at 2:12 AM, Erik Iverson wrote: > > Alex Ruiz E. wrote: > >> > >> Dear R helpers, > >> > >> I created a somewhat big database (+206,700 ro