| ddbs_stop_conn | R Documentation |
Close a DuckDB connection
ddbs_stop_conn(conn)
conn |
A |
TRUE (invisibly) for successful disconnection
## Not run:
## load packages
library(duckspatial)
## create an in-memory duckdb database
conn <- ddbs_create_conn(dbdir = "memory")
## close the connection
ddbs_stop_conn(conn)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.