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.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to