View source: R/db_simple_wrappers.R
db_list_variables | R Documentation |
db_list_variables
is a wrapper for DBI::dbListFields
.
db_list_variables(con, table)
con |
Database connection. |
table |
Table to list variables/columns/fields. |
Character vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.