我刚刚安装了rsqlserver
(没有错误)
install_github('rsqlserver', 'agstudy',args = '--no-multiarch')
并创建了与我的数据库的连接:
> library(rClr)
> library(rsqlserver)
现在,当我尝试使用dbWriteTable
& dbBulkCopy
,我收到此错误:
Error in clrCall(sqlDataHelper, "GetConnectionProperty", conn, prop) :
Type: System.MissingMethodException
Message: Method not found: 'System.Object System.Reflection.PropertyInfo.GetValue(System.Object)'.
Method: System.Object GetConnectionProperty(System.Data.SqlClient.SqlConnection, System.String)
Stack trace:
at rsqlserver.net.SqlDataHelper.GetConnectionProperty(SqlConnection _conn, String prop)
我做错了吗?