View source: R/utils_not_exported.R
| ddbs_default_conn | R Documentation |
Get or create default DuckDB connection with spatial extension installed and loaded
ddbs_default_conn(create = TRUE, ...)
create |
Logical. If TRUE and no connection exists, create one. Default is TRUE. |
... |
Additional parameters to pass to |
A duckdb_connection or NULL if no connection exists and
create = FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.