Other packages > Find by keyword >

odbc  

Connect to ODBC Compatible Databases (using the DBI Interface)
View on CRAN: Click here


Download and install odbc package within the R console
Install from CRAN:
install.packages("odbc")

Install from Github:
library("remotes")
install_github("cran/odbc")

Install by package version:
library("remotes")
install_version("odbc", "1.6.4.1")



Attach the package and use:
library("odbc")
Maintained by
Hadley Wickham
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-02-05
Latest Update: 2025-03-27
Description:
A DBI-compatible interface to ODBC databases.
How to cite:
Hadley Wickham (2017). odbc: Connect to ODBC Compatible Databases (using the DBI Interface). R package version 1.6.4.1, https://cran.r-project.org/web/packages/odbc. Accessed 06 Mar. 2026.
Previous versions and publish date:
1.0.0 (2017-02-05 13:41), 1.0.1 (2017-02-07 10:08), 1.1.0 (2017-06-23 11:22), 1.1.1 (2017-06-27 08:22), 1.1.2 (2017-10-03 00:41), 1.1.3 (2017-10-05 17:16), 1.1.4 (2018-01-11 00:54), 1.1.5 (2018-01-23 22:47), 1.1.6 (2018-06-09 22:02), 1.2.0 (2019-11-28 06:40), 1.2.1 (2019-12-05 19:00), 1.2.2 (2020-01-10 06:30), 1.2.3 (2020-06-18 18:00), 1.3.0 (2020-10-27 18:50), 1.3.1 (2021-03-16 16:30), 1.3.2 (2021-04-03 16:30), 1.3.3 (2021-11-30 10:10), 1.3.4 (2023-01-17 11:50), 1.3.5 (2023-06-29 23:50), 1.4.0 (2023-12-15 23:10), 1.4.1 (2023-12-21 06:40), 1.4.2 (2024-01-23 00:20), 1.5.0 (2024-06-05 18:40), 1.6.0 (2025-02-28 15:50), 1.6.1 (2025-03-27 13:10), 1.6.2 (2025-08-29 01:40), 1.6.3 (2025-09-05 18:40), 1.6.4 (2025-12-06 17:00)
Other packages that cited odbc R package
View odbc citation profile
Other R packages that odbc depends, imports, suggests or enhances
Complete documentation for odbc
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA