One doesn't "call" a package... so your description is unclear. One doesn't
load (using the require or library functions) the relevant package AFTER
calling functions in the package. Since it appears you have left out some steps
or described them out of order, please supply a reproducible exampl
2014-07-14 7:52 GMT-04:00 Juan Daniel García :
> Hello:
> I'm trying to run this code
>
> data2 <- sqldf (" SELECT plot, age, avg(N) as N FROM data1 GROUP BY plot,
> t")
>
> The problem is that when calling sqldf with
>>require(sqldf)
>
> appears this message
>
> Warning message:
> In sqliteCloseC
Hello:
I'm trying to run this code
data2 <- sqldf (" SELECT plot, age, avg(N) as N FROM data1 GROUP BY plot,
t")
The problem is that when calling sqldf with
>require(sqldf)
appears this message
Warning message:
In sqliteCloseConnection(conn, ...) :
RS-DBI driver warning: (closing pending res
3 matches
Mail list logo