| disconnect {sqlhelper} | R Documentation |
Close all connections and remove them from the connections cache
Description
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()
[Package sqlhelper version 0.2.1 Index]