View source: R/db_simple_wrappers.R
db_list_tables | R Documentation |
Function to list database tables.
db_list_tables(con, base_only = TRUE)
con |
Database connection. |
base_only |
For SQL Server, should only the base tables be returned? If not, a larger number of system tables may be returned. |
Character vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.