dc0: Disconnect a Connection

Description Usage Arguments See Also

View source: R/connection.R

Description

Disconnect a Postgres Connection object with the option of removing the object from the parent environment.

Usage

1
dc0(conn, ..., verbose = TRUE, remove = FALSE)

Arguments

conn

Connection object

...

Additional arguments passed to dbDisconnect.

verbose

If TRUE, returns a console message when the connection has been closed.

remove

If TRUE, the Connection object argument is removed from the parent environment.

See Also

Other connection functions: conn_db(), connect_ff(), connect(), dc(), quietly.conn_db()


patelm9/pg13 documentation built on Dec. 26, 2021, 8:17 p.m.