Learn R Programming

sqlhelper (version 0.2.1)

disconnect: Close all connections and remove them from the connections cache

Description

Close all connections and remove them from the connections cache

Usage

disconnect()

Arguments

Value

NULL, invisibly

Examples

Run this code
library(sqlhelper)
connect(
  system.file("examples",
              "sqlhelper_db_conf.yml",
              package="sqlhelper")
)
disconnect()

Run the code above in your browser using DataLab