load the duckdb geospatial data plugin
load_spatial(
conn = cached_connection(),
nightly = getOption("duckdbfs_use_nightly", FALSE),
force = FALSE
)
loads the extension and returns status invisibly.
A database connection object created using the
cache_connection
function (default: cache_connection()
).
should we use the nightly version or not?
default FALSE, configurable as duckdbfs_use_nightly
option.
force re-install?