View source: R/duckdb_config.R
load_spatial | R Documentation |
load the duckdb geospatial data plugin
load_spatial(
conn = cached_connection(),
nightly = getOption("duckdbfs_use_nightly", FALSE),
force = FALSE
)
conn |
A database connection object created using the
|
nightly |
should we use the nightly version or not?
default FALSE, configurable as |
force |
force re-install? |
loads the extension and returns status invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.