Postgres DB can't connect to R with RJDBC
问题 I've been trying to query data from a PostgreSQL DB via R. I've tried skinning the cat with a few different packages ( RODBC, RJDBC, DBI, RPostgres , etc), but I seem to keep getting driver errors. Oddly, I never have trouble using the same drivers/URL's and settings to connect to Postgres from SQLWorkbench/J. I've tried using postgresql-9.2-1002.jdbc4.jar and postgresql-9.3-1100.jdbc41.jar , as well as the generic "PostgreSQL" driver in R. The two jar files are the (i) the driver I use all