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.5.0")



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: 2024-01-22
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.5.0, https://cran.r-project.org/web/packages/odbc. Accessed 22 Dec. 2024.
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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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