powered by
"dbConnect"(drv, dsn, user = NULL, password = NULL, ...)
## Not run: # # Connect to a ODBC data source # con <- dbConnect(RODBCDBI::ODBC(), dsn="test") # # Always cleanup by disconnecting the database # #' dbDisconnect(con) # ## End(Not run)
Run the code above in your browser using DataLab