load_spatial {duckdbfs}R Documentation

load the duckdb geospatial data plugin

Description

load the duckdb geospatial data plugin

Usage

load_spatial(conn = cached_connection())

Arguments

conn

A database connection object created using the cache_connection function (default: cache_connection()).

Value

loads the extension and returns status invisibly.

References

https://duckdb.org/docs/extensions/spatial.html


[Package duckdbfs version 0.0.4 Index]