Description Usage Arguments Value Details Examples
View source: R/RMariaDBHelper.R
Run a database query on a table that shows the columns and their properties.
1 | db_str(tablename, conf_file = "~/.db_conf.yml")
|
tablename |
(character) A table name to query for structure. |
conf_file |
(character) A file containing database connection parameters. (Default: "~/.db_conf.yml") |
(dataframe) The query result returned as a dataframe.
A SHOW COLUMNS query will return a dataframe of columns and their properties.
1 2 3 4 | ## Not run:
db_str("iris")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.