Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 R 连接到 vertica,并且在创建 vDriver 变量时遇到致命错误。请您给我任何帮助或指导来解决这个问题,这将非常有帮助!
library(RJDBC) library(plyr) vDriver <- JDBC(driverClass="com.vertica.jdbc.Driver", classPath = "C:/Users/username/Desktop/vertica-jdbc-7.0.1-0.jar")