Description Usage Arguments Value
List all (temporary) views found in Postgres connection
1 2 3 4 5 6 7 8 9 10 | listViews(src, schema = "public")
## S3 method for class 'src_dbi'
listViews(src, schema = "public")
## S3 method for class 'DBIConnection'
listViews(src, schema = "public")
## S3 method for class 'src_dbi'
listTables(src, schema = "public")
|
src |
A data source |
schema |
Name of database schema in which to look |
A character vector containing names of views found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.