inSchema | R Documentation |
This is similar to dbplyr::in_schema but has been tested across multiple database platforms. It only exists to work around some of the limitations of dbplyr::in_schema.
inSchema(schema, table, dbms = NULL)
schema |
A schema name as a character string |
table |
A table name as character string |
dbms |
The name of the database management system as returned
by |
A DBI::Id that represents a qualified table and schema
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.