Learn R Programming

redquack (version 0.3.0)

close_duckdb: Close DuckDB Connection

Description

Closes a DuckDB connection.

Usage

close_duckdb(conn)

Value

Invisible NULL.

Arguments

conn

A DuckDB connection object.

Examples

Run this code
if (FALSE) {
conn <- use_duckdb()
# Use the connection...
close_duckdb(conn)
}

Run the code above in your browser using DataLab