close_connection: Close connection to the database

View source: R/connection.R

close_connectionR Documentation

Close connection to the database

Description

Close connection to the database

Usage

close_connection(conn)

Arguments

conn

(DBIConnection(1))
Connection object.

Value

dbDisconnect() returns TRUE, invisibly.

Examples


  conn <- get_connection()

  close_connection(conn)


SCDB documentation built on Jan. 8, 2026, 9:08 a.m.