Description Usage Arguments Value Details Examples
View source: R/RMariaDBHelper.R
Run a database query that lists the length and size of database tables.
1 | db_len(conf_file = "~/.db_conf.yml")
|
conf_file |
(character) A file containing database connection parameters. (Default: "~/.db_conf.yml") |
(dataframe) The length and size of each tables in a database.
A SQL query performed on information_schema.TABLES will return the length and size of each table in the database and return the result as a dataframe.
1 2 3 4 | ## Not run:
db_len()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.