| Title: | Concise Summary of What the Package Does |
|---|---|
| Description: | More about what it does (maybe more than one line). |
| Authors: | Your Name [aut, cre] |
| Maintainer: | Your Name <[email protected]> |
| License: | GPL (>= 2) |
| Version: | 1.0 |
| Built: | 2026-07-10 07:16:19 UTC |
| Source: | https://codeberg.org/browlingson/dbat |
More about what it does (maybe more than one line).
Index of help topics:
dbat Attach tables from a connection dbat-package Concise Summary of What the Package Does
Your Name <[email protected]>
Your Name [aut, cre]
Attach tables from a connection
dbat(con)dbat(con)
con |
a connection object |
con <- DBI::dbConnect(RSQLite::SQLite(), ":memory:") DBI::dbWriteTable(con, "db_mtcars", mtcars) dbat(con) DBI::dbDisconnect(con)con <- DBI::dbConnect(RSQLite::SQLite(), ":memory:") DBI::dbWriteTable(con, "db_mtcars", mtcars) dbat(con) DBI::dbDisconnect(con)