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 Oct. 4, 2024, 1:09 a.m.