Drop a Table
dropTable( conn, conn_fun, schema, tableName, if_exists = TRUE, verbose = TRUE, render_sql = TRUE, ... )
conn | Connection object |
---|---|
schema | The target schema for the operation. |
tableName | The target table in the |
if_exists | If TRUE, the table will be dropped only if it exists. |
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. |
... | Additional arguments passed to |