powered by
Close a duckdb connection
ddbs_stop_conn(conn)
TRUE (invisibly) for successful disconnection
A connection object to a DuckDB database
if (FALSE) { # interactive() ## load packages library(duckspatial) ## create an in-memory duckdb database conn <- ddbs_create_conn(dbdir = "memory") ## close the connection ddbs_stop_conn(conn) }
Run the code above in your browser using DataLab