Description Usage Arguments Value Details Examples
View source: R/RMariaDBHelper.R
Run database queries that returns the number of rows and columns in a table.
1 | db_dim(tablename, conf_file = "~/.db_conf.yml")
|
tablename |
(character) A table name to query for number of columns. |
conf_file |
(character) A file containing database connection parameters. (Default: "~/.db_conf.yml") |
(integer) A vector containing the count of rows and columns in a table.
SQL queries will return a vector containing the number of rows and columns.
1 2 3 4 | ## Not run:
db_dim("iris")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.