close_conn: Close Connections in 'pg13_connection_env'

Description Usage Arguments See Also

View source: R/conn-env.R

Description

Close the specified list of connection objects in the pg13_connection_env or close all connections, a feature is handy for making sure all connections are closed at the end of a session.

Usage

1
close_conn(..., all = FALSE, verbose = TRUE)

Arguments

...

Names of the connections to close.

all

Close all connections in the pg13_connection_env environment?

See Also

list2

Other pg13 environment functions: [[<-,pg_env,character,missing,ANY-method, open_conn(), pg_env-class, see_conn()

Other pg13 class connection functions: open_conn(), see_conn()


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