Description Usage Arguments Value
Identify all Tables & Views In a Database Connection
1 2 3 4 5 6 7 | tableTypes(src, schema = "public")
## S3 method for class 'src_dbi'
tableTypes(src, schema = "public")
## S3 method for class 'DBIConnection'
tableTypes(src, schema = "public")
|
src |
A data source |
schema |
Name of database schema in which to look |
A named character vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.