conn_open: Create a DuckDB connection

View source: R/connection.R

conn_openR Documentation

Create a DuckDB connection

Description

Thin wrapper around DBI::dbConnect() with quak-friendly defaults.

Usage

conn_open(..., drv = conn_driver(), timezone_out = "", array = "matrix")

Arguments

...

Additional arguments passed to DBI::dbConnect().

drv

A DuckDB driver. Defaults to conn_driver().

timezone_out

Character scalar. Timezone for TIMESTAMPTZ output. Defaults to "" (UTC).

array

Character scalar. How to represent DuckDB arrays. Defaults to "matrix".

Value

A duckdb_connection object.


quak documentation built on June 9, 2026, 5:09 p.m.