Other packages > Find by keyword >

DBI  

R Database Interface
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("DBI", "1.2.3")



Attach the package and use:
library("DBI")
Maintained by
Kirill Müller
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2001-12-19
Latest Update: 2024-06-02
Description:
A database interface definition for communication between R and relational database management systems. All classes in this package are virtual and need to be extended by the various R/DBMS implementations.
How to cite:
Kirill Müller (2001). DBI: R Database Interface. R package version 1.2.3, https://cran.r-project.org/web/packages/DBI. Accessed 25 Jun. 2026.
Previous versions and publish date:
0.1-2 (2001-12-19 17:39), 0.1-3 (2002-05-20 14:51), 0.1-4 (2002-08-27 17:46), 0.1-5 (2003-04-07 16:20), 0.1-6 (2003-06-17 00:21), 0.1-7 (2003-11-12 10:00), 0.1-8 (2004-04-13 09:17), 0.1-9 (2005-04-07 17:29), 0.1-10 (2006-01-28 22:26), 0.1-11 (2006-10-27 17:13), 0.1-12 (2006-12-04 22:00), 0.2-0 (2007-03-21 10:11), 0.2-1 (2007-03-28 09:45), 0.2-2 (2007-04-15 21:53), 0.2-3 (2007-05-01 21:02), 0.2-4 (2007-10-17 09:18), 0.2-5 (2009-12-22 08:54), 0.2-6 (2013-04-21 09:13), 0.2-7 (2013-05-09 12:09), 0.3.0 (2014-09-03 01:05), 0.3.1 (2014-09-24 07:27), 0.4-1 (2016-05-08 09:53), 0.4 (2016-05-02 13:21), 0.5-1 (2016-09-10 01:27), 0.5 (2016-08-11 19:08), 0.6-1 (2017-04-02 00:55), 0.6 (2017-03-09 08:18), 0.7 (2017-06-18 17:23), 0.8 (2018-03-02 17:44), 1.0.0 (2018-05-02 13:24), 1.1.0 (2019-12-15 10:50), 1.1.1 (2021-01-15 11:10), 1.1.2 (2021-12-20 09:32), 1.1.3 (2022-06-18 09:10), 1.2.0 (2023-12-21 09:00), 1.2.1 (2024-01-12 13:20), 1.2.2 (2024-02-16 14:00), 1.2.3 (2024-06-02 23:50)
Other packages that cited DBI R package
View DBI citation profile
Other R packages that DBI depends, imports, suggests or enhances
Complete documentation for DBI
Functions, R codes and Examples using the DBI R package
Some associated functions: ANSI . DBI-package . DBIConnection-class . DBIConnector-class . DBIDriver-class . DBIObject-class . DBIResult-class . Id . SQL . dbAppendTable . dbBind . dbCallProc . dbCanConnect . dbClearResult . dbColumnInfo . dbConnect . dbCreateTable . dbDataType . dbDisconnect . dbDriver . dbExecute . dbExistsTable . dbFetch . dbGetConnectArgs . dbGetDBIVersion . dbGetException . dbGetInfo . dbGetQuery . dbGetRowCount . dbGetRowsAffected . dbGetStatement . dbHasCompleted . dbIsReadOnly . dbIsValid . dbListConnections . dbListFields . dbListObjects . dbListResults . dbListTables . dbQuoteIdentifier . dbQuoteLiteral . dbQuoteString . dbReadTable . dbRemoveTable . dbSendQuery . dbSendStatement . dbSetDataMappings . dbUnquoteIdentifier . dbWithTransaction . dbWriteTable . hidden_aliases . make.db.names . rownames . sqlAppendTable . sqlCreateTable . sqlData . sqlInterpolate . sqlParseVariables . transactions . 
Some associated R codes: ANSI.R . DBI-package.R . DBIConnection.R . DBIConnector.R . DBIDriver.R . DBIObject.R . DBIResult.R . Id.R . SQL.R . SQLKeywords.R . SQLKeywords_DBIObject.R . SQLKeywords_missing.R . data-types.R . data.R . dbAppendTable.R . dbAppendTable_DBIConnection.R . dbBegin.R . dbBind.R . dbCallProc.R . dbCanConnect.R . dbCanConnect_DBIDriver.R . dbClearResult.R . dbColumnInfo.R . dbCommit.R . dbConnect.R . dbConnect_DBIConnector.R . dbCreateTable.R . dbCreateTable_DBIConnection.R . dbDataType.R . dbDataType_DBIConnector.R . dbDataType_DBIObject.R . dbDisconnect.R . dbDriver.R . dbDriver_character.R . dbExecute.R . dbExecute_DBIConnection_character.R . dbExistsTable.R . dbExistsTable_DBIConnection_Id.R . dbFetch.R . dbFetch_DBIResult.R . dbGetConnectArgs.R . dbGetConnectArgs_DBIConnector.R . dbGetException.R . dbGetInfo.R . dbGetInfo_DBIResult.R . dbGetQuery.R . dbGetQuery_DBIConnection_character.R . dbGetRowCount.R . dbGetRowsAffected.R . dbGetStatement.R . dbHasCompleted.R . dbIsReadOnly.R . dbIsReadOnly_DBIConnector.R . dbIsReadOnly_DBIObject.R . dbIsValid.R . dbListConnections.R . dbListFields.R . dbListFields_DBIConnection_Id.R . dbListFields_DBIConnection_character.R . dbListObjects.R . dbListObjects_DBIConnection_ANY.R . dbListResults.R . dbListTables.R . dbQuoteIdentifier.R . dbQuoteIdentifier_DBIConnection.R . dbQuoteLiteral.R . dbQuoteLiteral_DBIConnection.R . dbQuoteString.R . dbQuoteString_DBIConnection.R . dbReadTable.R . dbReadTable_DBIConnection_Id.R . dbReadTable_DBIConnection_character.R . dbRemoveTable.R . dbRemoveTable_DBIConnection_Id.R . dbRollback.R . dbSendQuery.R . dbSendStatement.R . dbSendStatement_DBIConnection_character.R . dbSetDataMappings.R . dbUnloadDriver.R . dbUnquoteIdentifier.R . dbUnquoteIdentifier_DBIConnection.R . dbWithTransaction.R . dbWithTransaction_DBIConnection.R . dbWriteTable.R . dbWriteTable_DBIConnection_Id_ANY.R . dbiDataType.R . dbiDataType_AsIs.R . dbiDataType_Date.R . dbiDataType_POSIXct.R . dbiDataType_character.R . dbiDataType_data.frame.R . dbiDataType_difftime.R . dbiDataType_integer.R . dbiDataType_list.R . dbiDataType_logical.R . dbiDataType_numeric.R . deprecated.R . fetch.R . hms.R . interpolate.R . isSQLKeyword.R . isSQLKeyword_DBIObject_character.R . make.db.names.R . make.db.names_DBIObject_character.R . methods_as_rd.R . rownames.R . show_AnsiConnection.R . show_DBIConnection.R . show_DBIConnector.R . show_DBIDriver.R . show_DBIResult.R . show_Id.R . show_SQL.R . sqlAppendTable.R . sqlAppendTableTemplate.R . sqlAppendTable_DBIConnection.R . sqlCreateTable.R . sqlCreateTable_DBIConnection.R . sqlData.R . sqlData_DBIConnection.R . sqlInterpolate.R . sqlInterpolate_DBIConnection.R . sqlParseVariables.R . sqlParseVariables_DBIConnection.R . summary.R . summary_DBIObject.R . transactions.R .  Full DBI package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

airGRiwrm  
'airGR' Integrated Water Resource Management
Semi-distributed Precipitation-Runoff Modelling based on 'airGR' package models integrating human i ...
Download / Learn more Package Citations See dependency  
edeaR  
Exploratory and Descriptive Event-Based Data Analysis
Exploratory and descriptive analysis of event based data. Provides methods for describing and select ...
Download / Learn more Package Citations See dependency  
foster  
Forest Structure Extrapolation with R
Set of tools to streamline the modeling of the relationship betweensatellite imagery time series or ...
Download / Learn more Package Citations See dependency  
sitmo  
Parallel Pseudo Random Number Generator (PPRNG) 'sitmo' Header Files
Provided within are two high quality and fast PPRNGs that may be used in an 'OpenMP' parallel enviro ...
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  

27,535

R Packages

236,180

Dependencies

73,223

Author Associations

27,536

Publication Badges

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