load_spatial {duckdbfs} | R Documentation |
load the duckdb geospatial data plugin
Description
load the duckdb geospatial data plugin
Usage
load_spatial(
conn = cached_connection(),
nightly = getOption("duckdbfs_use_nightly", FALSE),
force = FALSE
)
Arguments
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? |
Value
loads the extension and returns status invisibly.
References
https://duckdb.org/docs/extensions/spatial.html
[Package duckdbfs version 0.0.9 Index]