Close all connections and remove them from the connections cache
Source:R/disconnect.R
disconnect.Rd
Close all connections and remove them from the connections cache
Examples
library(sqlhelper)
connect(
system.file("examples",
"sqlhelper_db_conf.yml",
package="sqlhelper")
)
disconnect()