Drop a schema if it exists.
Drop a schema if it exists.
1 2 3 | dropSchema(conn, schema, cascade = FALSE, if_exists = TRUE, ...)
dropSchema(conn, schema, cascade = FALSE, if_exists = TRUE, ...)
|
... |
Additional arguments passed to the DatabaseConnector::dbSendStatement function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.