Description Usage Arguments See Also
View source: R/rename_schema.R
Rename a Schema
1 2 3 4 5 6 7 8 9 | rename_schema(
conn,
conn_fun,
schema,
new_schema_name,
verbose = TRUE,
render_sql = TRUE,
render_only = FALSE
)
|
conn |
Connection object |
schema |
Schema to rename. |
new_schema_name |
New schema name. |
verbose |
If TRUE, details on the activity are returned in the console, such as when the querying starting and was completed. |
render_sql |
If TRUE, the SQL statement for the operation is returned in the console. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.