Skip to contents

Disconnect from the database

Usage

renmods_disconnect(tbl)

Arguments

tbl

DuckDB tbl created with renmods_connect()

Value

NULL invisibly. Called for side effect of disconnecting database.

Examples

if (FALSE) { # interactive()
db <- renmods_connect()
renmods_disconnect(db)
}