Using sqldf and RPostgreSQL together

后端 未结 2 1946
说谎
说谎 2020-12-31 05:38

When using RPostgreSQL I find that I cannot use sqldf in the same way. For example if I load the library and read in data into a data frame using t

2条回答
  •  天涯浪人
    2020-12-31 05:49

    I had the same error and I detached the RPostgeSQL package, rerun my sqldf code and it worked fine r detach("package:RPostgreSQL", unload=TRUE)

提交回复
热议问题