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
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
2 matches
Mail list logo