pg_in_schema | R Documentation |
Mutates a data frame by adding in_schema
equal to the database schema-table
tuple based on the PostgreSQL schema name and table name.
pg_in_schema(...)
... |
Arguments passed on to
|
Collected data frame with in_schema
column of type
list-encapsulated dbplyr_s
structure representing the database
schema-table.
## Not run: pg::pg_catalog.pg_tables(src) %>% dplyr::filter(!(schemaname %in% c("pg_catalog", "information_schema"))) %>% pg::pg_in_schema() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.