Provides Access to Databases Through the ODBC Interface
Connect/disconnect to a ODBC data source
Close a current session.
Does the table exist?
Get DBMS metadata.
List fields in specified table.
List available ODBC tables.
Convenience functions for importing/exporting DBMS tables
Remove a table from the database.
Write a local data frame or file to the database.
Database interface meta-data.
Execute a statement on a given database connection.
Generate an object of ODBCDriver class
Class ODBCConnection.
ODBCDriver and methods.
Class ODBCResult.
RODBCDBI
An implementation of R's DBI interface using ODBC package as a back-end. This allows R to connect to any DBMS that has a ODBC driver.