src_dbi | R Documentation |
Since can generate a tbl()
directly from a DBI connection we no longer
recommend using src_dbi()
.
src_dbi(con, auto_disconnect = FALSE)
con |
An object that inherits from DBI::DBIConnection, typically generated by DBI::dbConnect |
auto_disconnect |
Should the connection be automatically closed when
the src is deleted? Set to |
An S3 object with class src_dbi
, src_sql
, src
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.