| mdb_count | R Documentation |
mdb-count is a utility program distributed with MDB Tools.
It outputs the number of rows in a table.
mdb_count(path, table = NULL, where = NULL, version = FALSE)
path |
Path to |
table |
Table name. |
where |
Optional SQL predicate appended to |
version |
Logical; when |
Integer row count or version string.
db <- mdbr:::.mdb_example_nwind_path()
if (nzchar(db)) {
mdb_count(db, "Orders")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.