R/utils.R
is_db_con.Rd
Check if the provided connection is a DBI connection object
is_db_con(con)
a DBI connection
The result of the test
if (FALSE) { # \dontrun{ conn = connect_to_local_db() is_db_con( con = conn ) } # }