Skip to contents

Properly closes the DuckDB database connection and shuts down the database driver.

Usage

db_close(conn)

Arguments

conn

A DBI connection object from db_init().

Value

Invisible TRUE on success.