| read_mdb | R Documentation |
Reads a table directly from a Microsoft Access database using the bundled mdbtools C library. Column types are inferred from the MDB schema: integer, double, logical, POSIXct for DateTime columns, and character otherwise.
read_mdb(file, table, col_names = TRUE, col_types = NULL, ...)
A tibble.
## Not run:
read_mdb(mdb_example(), "Airlines")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.