我无法使用 DBI 包连接到 MSSQL。我正在尝试包装本身中显示的方式
m <- dbDriver("RODBC") # error
错误:找不到函数“RODBC”
# open the connection using user, passsword, etc., as
# specified in the file \file{\$HOME/.my.cnf}
con <- dbConnect(m, dsn="data.source", uid="user", pwd="password"))
任何帮助表示赞赏。谢谢