library(sqlhelper)
connect(
system.file("examples/sqlhelper_db_conf.yml",
package="sqlhelper")
)
connection_info()
conn <- live_connection("simple_sqlite")
conn
DBI::dbDisconnect(conn)
is.null(live_connection("simple_sqlite"))
is.null(live_connection("foo"))
Run the code above in your browser using DataLab