| mdb | R Documentation |
mdb() is the canonical DBI-style constructor for connecting to Microsoft
Access '.mdb' and '.accdb' files.
mdb()
A DBI driver for '.mdb' and '.accdb' files.
db <- mdb_example()
conn <- DBI::dbConnect(mdb(), dbname = db)
DBI::dbListTables(conn)
DBI::dbDisconnect(conn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.