powered by
A convenience wrapper around live_connection() and get_default_conn_name()
live_connection()
get_default_conn_name()
default_conn()
A database connection returned by DBI::dbConnect() or pool::dbPool()
DBI::dbConnect()
pool::dbPool()
library(sqlhelper) connect( system.file( "examples/sqlhelper_db_conf.yml", package="sqlhelper" ), exclusive=TRUE ) default_conn()
Run the code above in your browser using DataLab