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", TRUE)
)
Arguments
conn |
A database connection object created using the
|
nightly |
should we use the nightly version or not?
default FALSE, configurable as |
Value
loads the extension and returns status invisibly.
References
https://duckdb.org/docs/extensions/spatial.html
[Package duckdbfs version 0.0.8 Index]