Since can generate atbl()
directly from a DBI connection we no longerrecommend usingsrc_dbi()
.
Arguments
- con
An object that inherits fromDBI::DBIConnection,typically generated byDBI::dbConnect
- auto_disconnect
Should the connection be automatically closed whenthe src is deleted? Set to
TRUE
if you initialize the connectionthe call tosrc_dbi()
. PassNA
to auto-disconnect but print a messagewhen this happens.