79118079

Date: 2024-10-23 13:23:00
Score: 0.5
Natty:
Report link

Looks like you may need to install and load the DBI package, which supplies the generic dbConnect() (for which odbc provides a method)!

So, replace:

library(odbc)

with:

library(odbc)
library(DBI)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Simon Couch