Skip to contents

Close all connections and remove them from the connections cache

Usage

disconnect()

Value

NULL, invisibly

Examples

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