Other packages > Find by keyword >

RODBC  

ODBC Database Access
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("RODBC", "1.3-26")



Attach the package and use:
library("RODBC")
Maintained by
Brian Ripley
[Scholar Profile | Author Map]
First Published: 2000-05-24
Latest Update: 2023-08-19
Description:
An ODBC database interface.
How to cite:
Brian Ripley (2000). RODBC: ODBC Database Access. R package version 1.3-26, https://cran.r-project.org/web/packages/RODBC. Accessed 16 Apr. 2025.
Previous versions and publish date:
0.7-2 (2000-05-24 09:32), 0.8-2 (2000-12-06 10:00), 0.8-3 (2001-06-22 08:43), 0.9-1 (2002-10-30 11:53), 1.0-1 (2003-01-22 13:52), 1.0-2 (2003-05-14 12:15), 1.0-3 (2003-05-25 10:39), 1.0-4 (2003-07-19 15:48), 1.1-1 (2004-09-15 17:30), 1.1-2 (2004-10-27 09:21), 1.1-3 (2005-02-07 13:05), 1.1-4 (2005-08-05 16:21), 1.1-5 (2006-01-10 14:12), 1.1-6 (2006-04-05 10:29), 1.1-7 (2006-05-29 09:22), 1.1-8 (2007-01-09 21:11), 1.1-9 (2007-04-04 09:48), 1.2-0 (2007-04-24 15:56), 1.2-1 (2007-06-04 21:08), 1.2-2 (2007-10-20 09:09), 1.2-3 (2008-01-27 15:41), 1.2-4 (2008-11-19 20:16), 1.2-5 (2009-01-21 12:10), 1.2-6 (2009-06-23 15:21), 1.3-0 (2009-07-28 14:36), 1.3-1 (2009-10-12 12:23), 1.3-2 (2010-07-26 14:46), 1.3-3 (2011-07-26 16:05), 1.3-4 (2012-01-31 19:23), 1.3-5 (2012-03-09 07:03), 1.3-6 (2013-06-28 10:54), 1.3-7 (2013-07-01 13:07), 1.3-8 (2013-09-03 17:23), 1.3-9 (2013-11-01 07:32), 1.3-10 (2015-02-06 22:35), 1.3-11 (2015-02-26 10:03), 1.3-12 (2015-06-29 12:42), 1.3-13 (2016-04-14 14:42), 1.3-14 (2016-09-26 12:47), 1.3-15 (2017-05-05 12:56), 1.3-16 (2019-09-03 07:28), 1.3-17 (2020-05-11 15:10), 1.3-18 (2021-08-30 15:28), 1.3-19 (2021-09-16 20:47), 1.3-20 (2022-12-06 07:35), 1.3-21 (2023-08-19 09:50), 1.3-22 (2023-11-21 21:45), 1.3-23 (2023-11-25 11:21), 1.3-25.1 (2024-12-11 11:45), 1.3-25 (2024-12-11 11:06)
Other packages that cited RODBC R package
View RODBC citation profile
Other R packages that RODBC depends, imports, suggests or enhances
Complete documentation for RODBC
Functions, R codes and Examples using the RODBC R package
Some associated functions: RODBC-internal . RODBC-package . odbc . odbcClose . odbcConnect . odbcDataSources . odbcGetInfo . odbcSetAutoCommit . setSqlTypeInfo . sqlColumns . sqlCopy . sqlDrop . sqlFetch . sqlQuery . sqlSave . sqlTables . sqlTypeInfo . 
Some associated R codes: RODBC.R . TypeInfo.R . sql.R . win.R .  Full RODBC package functions and examples
Downloads during the last 30 days
03/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/14Downloads for RODBC20030040050060070080090010001100TrendBars

Today's Hot Picks in Authors and Packages

hkclustering  
Ensemble Clustering using K Means and Hierarchical Clustering
Implements an ensemble algorithm for clustering combining a k-means and a hierarchical clustering ap ...
Download / Learn more Package Citations See dependency  
datadictionary  
Create a Data Dictionary
Creates a data dictionary from any dataframe or tibble in your R environment. You can opt to add va ...
Download / Learn more Package Citations See dependency  
MM4LMM  
Inference of Linear Mixed Models Through MM Algorithm
The main function MMEst() performs (Restricted) Maximum Likelihood in a variance component mixed mod ...
Download / Learn more Package Citations See dependency  
apache.sedona  
R Interface for Apache Sedona
R interface for 'Apache Sedona' based on 'sparklyr' (). ...
Download / Learn more Package Citations See dependency  
MultiKink  
Estimation and Inference for Multi-Kink Quantile Regression
Estimation and inference for multiple kink quantile regression for longitudinal data and the i.i.d d ...
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  

24,012

R Packages

207,311

Dependencies

64,993

Author Associations

24,013

Publication Badges

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