Learn R Programming

RODBC (version 1.3-23)

ODBC Database Access

Description

An ODBC database interface.

Copy Link

Version

Install

install.packages('RODBC')

Monthly Downloads

36,803

Version

1.3-23

License

GPL-2 | GPL-3

Maintainer

Last Published

November 25th, 2023

Functions in RODBC (1.3-23)

RODBC-internal

Internal RODBC functions
odbcDataSources

List ODBC Data Sources
sqlColumns

Query Column Structure in ODBC Tables
odbcGetInfo

Request Information on an ODBC Connection
odbc-low-level

Low-level ODBC functions
odbcClose

ODBC Close Connections
odbcConnect

ODBC Open Connections
odbcSetAutoCommit

ODBC Set Auto-Commit Mode
RODBC-package

ODBC Database Connectivity
setSqlTypeInfo

Specify or Query a Mapping of R Types to DBMS Types
sqlSave

Write a Data Frame to a Table in an ODBC Database
sqlDrop

Deletion Operations on Tables in ODBC databases
sqlTables

List Tables on an ODBC Connection
sqlQuery

Query an ODBC Database
sqlFetch

Reading Tables from ODBC Databases
sqlTypeInfo

Request Information about Data Types in an ODBC Database
sqlCopy

ODBC Copy