ugatsdb_reconnect: Reconnect to Database

View source: R/accessdb.R

ugatsdb_reconnectR Documentation

Reconnect to Database

Description

This function terminates an existing connection to the database server and attempts to reconnect to it. It is now somewhat redundant by the safe query mechanism introduced in v0.2.1 of the package, where each query is evaluated inside tryCatch and the database connection is renewed if the query fails. This function can still be used to manually renew the database connection.

Usage

ugatsdb_reconnect()

See Also

ugatsdb

Examples


ugatsdb_reconnect()


ugatsdb documentation built on Nov. 24, 2022, 1:06 a.m.