| mdb_tables | R Documentation |
mdb-tables is a utility program distributed with MDB Tools.
It outputs the names of all user tables (or other object types) in an MDB
database file.
mdb_tables(
file,
system = FALSE,
type = c("table", "query", "systable", "any", "all", "form", "macro", "report",
"linkedtable", "module", "relationship", "dbprop"),
show_type = FALSE
)
file |
Path to the Microsoft Access file. |
system |
Logical; include system ( |
type |
Object type to list: |
show_type |
Logical; prefix each entry with its type. Equivalent to |
A character vector of object names.
db <- mdb_example()
mdb_tables(db)
mdb_tables(db, type = "query")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.