dropSchema: Drop a Postgres schema

Description Usage Arguments

Description

Drop a schema if it exists.

Drop a schema if it exists.

Usage

1
2
3
dropSchema(conn, schema, cascade = FALSE, if_exists = TRUE, ...)

dropSchema(conn, schema, cascade = FALSE, if_exists = TRUE, ...)

Arguments

...

Additional arguments passed to the DatabaseConnector::dbSendStatement function


meerapatelmd/pg13 documentation built on Dec. 31, 2021, 7:20 p.m.