| conn_open | R Documentation |
Thin wrapper around DBI::dbConnect() with quak-friendly defaults.
conn_open(..., drv = conn_driver(), timezone_out = "", array = "matrix")
... |
Additional arguments passed to |
drv |
A DuckDB driver. Defaults to |
timezone_out |
Character scalar. Timezone for |
array |
Character scalar. How to represent DuckDB arrays.
Defaults to |
A duckdb_connection object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.