RRedshiftSQL / RPostgreSQL的数据库连接问题

时间:2018-02-27 23:32:09

标签: r postgresql amazon-redshift rpostgresql

我正在尝试在R中编写Redshift查询。文档需要这样的内容:

con <- dbConnect(RedshiftSQL(), user="xxx", password = "xxx", host="xxx", dbname="xxx", port = "5439")

但是当我运行它时,我得到以下错误连接:

Error in .Call("RS_PostgreSQL_newConnection", drvId, con.params, PACKAGE = .PostgreSQLPkgName) : 
"RS_PostgreSQL_newConnection" not available for .Call() for package "RPostgreSQL"

有谁知道如何解决这个问题?这不是我的强项。我搜索了网站,但我找不到类似的问题。

0 个答案:

没有答案