[R] error with sqldf v0-1.4
martin trobec
trobecgeologygroup at shaw.ca
Sun Dec 14 15:51:22 CET 2008
I'm getting an error message when using the new version of sqldf,
> library(sqldf)
> str(kdv)
'data.frame': 71 obs. of 3 variables:
$ dpss: num 0.117 0.144 0.164 0.166 0.165 ...
$ npdp: num 0.1264 0.0325 0.0109 0.0033 0.0055 ...
$ logk: num 1.12 1.29 1.41 1.41 1.42 ...
> test=sqldf("select * from kdv")
Error in get("fun", env = this, inherits = TRUE)(this, ...) :
could not find function "combine"
Anyone know how to fix this?
Thank you
Martin
--
View this message in context: http://www.nabble.com/error-with-sqldf-v0-1.4-tp21001041p21001041.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list