Learn R Programming

crestr (version 1.2.1)

close_db_connection: Disconnect the database connection.

Description

Disconnect the database connection.

Usage

close_db_connection(db)

Value

No return value, function called to close the connection to the database.

Arguments

db

An active database connection

Examples

Run this code
if (FALSE) {
  db <- connect_online()
  close_db_connection(db)
}

Run the code above in your browser using DataLab