| ddbh3_default_conn | R Documentation |
Setup the default connection with h3 and spatial extensions installed and loaded. It will be used internally by the package functions if no other connection is provided
ddbh3_default_conn(create = TRUE, upgrade_h3 = FALSE, ...)
create |
Logical. If TRUE and no connection exists, create one. Default is TRUE. |
upgrade_h3 |
Logical. If TRUE, will attempt to upgrade the h3 extension |
... |
Additional parameters to pass to |
Invisibly, the default duckdb_connection
# Get or create default connection
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.