| conn_driver | R Documentation |
Thin wrapper around duckdb::duckdb() with quak-friendly defaults.
conn_driver(
dbdir = ":memory:",
read_only = FALSE,
bigint = "numeric",
config = list(),
...,
unsigned = FALSE,
environment_scan = FALSE
)
dbdir |
Character scalar. Database path. Defaults to |
read_only |
Logical. Open in read-only mode. Defaults to |
bigint |
Character scalar. How to represent 64-bit integers.
Defaults to |
config |
Named list of DuckDB configuration options. Defaults to
|
... |
Additional arguments passed to |
unsigned |
Logical. Allow loading unsigned (locally-built or
community) extensions — equivalent to |
environment_scan |
Logical. Scan the R environment for secrets.
Defaults to |
A duckdb_driver object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.