dbListTables,OdbcConnection-method | R Documentation |
dbListTables()
provides names of remote tables accessible through this
connection; dbListFields()
provides names of columns within a table.
## S4 method for signature 'OdbcConnection'
dbListTables(
conn,
catalog_name = NULL,
schema_name = NULL,
table_name = NULL,
table_type = NULL,
...
)
conn |
A DBIConnection object, as returned by
|
catalog_name , schema_name , table_name |
Catalog, schema, and table names. By default, |
table_type |
The type of the table to return, the default returns all table types. |
... |
Other parameters passed on to methods. |
A character vector of table or field names respectively.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.