
DuckDB: Using the Database in R with Database Interface (DBI)
Kirti Talwar
6 tracks• تشغيلات•0 مفضلات
Voice Stories
الوصف
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