Other packages > Find by keyword >

duckdb  

DBI Package for the DuckDB Database Management System
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("duckdb", "1.4.3")



Attach the package and use:
library("duckdb")
Maintained by
Kirill Müller
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-09-10
Latest Update: 2025-07-09
Description:
The DuckDB project is an embedded analytical data management system with support for the Structured Query Language (SQL). This package includes all of DuckDB and a R Database Interface (DBI) connector.
How to cite:
Kirill Müller (2020). duckdb: DBI Package for the DuckDB Database Management System. R package version 1.4.3, https://cran.r-project.org/web/packages/duckdb. Accessed 07 Mar. 2026.
Previous versions and publish date:
0.2.1-2 (2020-09-30 10:00), 0.2.1 (2020-09-10 16:10), 0.2.2-1 (2020-11-09 17:30), 0.2.2 (2020-11-03 07:40), 0.2.3 (2020-12-12 16:50), 0.2.4 (2021-02-02 11:20), 0.2.5 (2021-03-16 16:10), 0.2.6 (2021-05-09 09:30), 0.2.7 (2021-06-14 12:00), 0.2.8 (2021-08-02 11:10), 0.2.9 (2021-09-06 10:40), 0.3.0 (2021-10-08 09:40), 0.3.1-1 (2021-11-22 13:10), 0.3.1 (2021-11-16 18:10), 0.3.2-1 (2022-03-02 01:40), 0.3.2-2 (2022-03-16 12:40), 0.3.2 (2022-02-07 16:30), 0.3.4-1 (2022-06-13 11:50), 0.3.4 (2022-06-05 18:30), 0.4.0 (2022-06-21 14:20), 0.5.0 (2022-09-05 20:20), 0.5.1 (2022-09-20 10:36), 0.6.0 (2022-11-25 14:20), 0.6.1 (2022-12-08 11:50), 0.6.2 (2023-01-16 08:50), 0.7.0 (2023-02-14 11:00), 0.7.1-1 (2023-03-01 13:50), 0.8.0 (2023-05-23 12:52), 0.8.1-1 (2023-07-17 21:50), 0.8.1-2 (2023-08-25 16:50), 0.8.1-3 (2023-09-01 10:50), 0.8.1 (2023-06-16 13:30), 0.9.1-1 (2023-10-30 11:20), 0.9.1 (2023-10-13 13:50), 0.9.2-1 (2023-11-28 16:40), 0.9.2 (2023-11-17 11:10), 0.10.0 (2024-03-13 09:40), 0.10.1 (2024-04-02 12:20), 0.10.2 (2024-05-02 01:24), 1.0.0-1 (2024-07-10 02:30), 1.0.0-2 (2024-07-19 17:00), 1.0.0 (2024-06-13 11:30), 1.1.0 (2024-09-25 02:10), 1.1.1 (2024-10-16 16:00), 1.1.2 (2024-10-30 10:50), 1.1.3-1 (2024-12-08 14:00), 1.1.3-2 (2025-01-24 22:00), 1.1.3 (2024-11-21 19:10), 1.2.0 (2025-02-21 01:30), 1.2.1 (2025-03-14 14:40), 1.2.2 (2025-04-29 14:40), 1.3.0 (2025-06-02 12:20), 1.3.1 (2025-06-23 14:10), 1.3.2 (2025-07-09 19:50), 1.3.3 (2025-09-10 18:00), 1.4.0 (2025-09-18 14:40), 1.4.1 (2025-10-16 15:30), 1.4.2 (2025-11-17 22:51), 1.4.3 (2025-12-10 07:10)
Other packages that cited duckdb R package
View duckdb citation profile
Other R packages that duckdb depends, imports, suggests or enhances
Complete documentation for duckdb
Functions, R codes and Examples using the duckdb R package
Some associated functions: backend-duckdb . deprecated . duckdb-package . duckdb . duckdb_connection-class . duckdb_driver-class . duckdb_explain-class . duckdb_get_substrait . duckdb_get_substrait_json . duckdb_prepare_substrait . duckdb_prepare_substrait_json . duckdb_read_csv . duckdb_register . duckdb_register_arrow . duckdb_result-class . 
Some associated R codes: Connection.R . Driver.R . Result.R . Viewer.R . backend-dbplyr__duckdb_connection.R . cpp11.R . csv.R . dbAppendTable__duckdb_connection.R . dbBegin__duckdb_connection.R . dbBind__duckdb_result.R . dbClearResult__duckdb_result.R . dbColumnInfo__duckdb_result.R . dbCommit__duckdb_connection.R . dbConnect__duckdb_driver.R . dbDataType__duckdb_connection.R . dbDataType__duckdb_driver.R . dbDisconnect__duckdb_connection.R . dbExistsTable__duckdb_connection_character.R . dbFetch__duckdb_result.R . dbGetInfo__duckdb_connection.R . dbGetInfo__duckdb_driver.R . dbGetInfo__duckdb_result.R . dbGetRowCount__duckdb_result.R . dbGetRowsAffected__duckdb_result.R . dbGetStatement__duckdb_result.R . dbHasCompleted__duckdb_result.R . dbIsValid__duckdb_connection.R . dbIsValid__duckdb_driver.R . dbIsValid__duckdb_result.R . dbListFields__duckdb_connection_character.R . dbListTables__duckdb_connection.R . dbQuoteIdentifier__duckdb_connection.R . dbQuoteLiteral__duckdb_connection.R . dbRemoveTable__duckdb_connection_character.R . dbRollback__duckdb_connection.R . dbSendQuery__duckdb_connection_character.R . dbWriteTable__duckdb_connection_character_data.frame.R . duckdb.R . print__duckdb_explain.R . register.R . relational.R . s3_register.R . show__duckdb_connection.R . show__duckdb_driver.R . show__duckdb_result.R . sql.R . substrait.R . zzz.R .  Full duckdb package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

portalr  
Create Useful Summaries of the Portal Data
Download and generate summaries for the rodent, plant, ant, and weather data from the Portal Projec ...
Download / Learn more Package Citations See dependency  
ReviewR  
A Light-Weight, Portable Tool for Reviewing Individual Patient Records
A portable Shiny tool to explore patient-level electronic health record data and perform chart revi ...
Download / Learn more Package Citations See dependency  
SAMtool  
Stock Assessment Methods Toolkit
Simulation tools for closed-loop simulation are provided for the 'MSEtool' operating model to inform ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
testDriveR  
Teaching Data for Statistics and Data Science
Provides data sets for teaching statistics and data science courses. It includes a sample of data f ...
Download / Learn more Package Citations See dependency  
lmSubsets  
Exact Variable-Subset Selection in Linear Regression
Exact and approximation algorithms for variable-subset selection in ordinary linear regression mode ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,376

Author Associations

26,265

Publication Badges

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