Re: [R] sqldf error only on Unix not Windows

2010-11-01 Thread Gabor Grothendieck
On Mon, Nov 1, 2010 at 9:28 AM, Alex Bryant wrote: > Hello Group, > >                I am having trouble with the sqldf package on unix.  The same > code works fine on windows. > > Silly Example script: > > # Load the package > library(sqldf) > > # Use the titanic data set > > data(women) > colna

[R] sqldf error only on Unix not Windows

2010-11-01 Thread Alex Bryant
Hello Group, I am having trouble with the sqldf package on unix. The same code works fine on windows. Silly Example script: # Load the package library(sqldf) # Use the titanic data set data(women) colnames(women) head(women) sqldf('select height, count(*) from women where he