
DuckDB: Using the Database in R with Database Interface (DBI)
Kirti Talwar
6 tracks• plays•0 favorites
Voice Stories
Description
DuckDB is an open-source embedded relational database. There is no server to install and administer. All you need is a client. One of the clients supported is R.When you have theduckdbpackage, which is the DuckDB client for R, you can create a new database. The package provides a rich set of DBI (Database Interface) methods for interacting and maintaining data in the database.This book shows you how to use the DBI methods from the duckdb package.Read more