ugatsdb_reconnect {ugatsdb} | R 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
Examples
ugatsdb_reconnect()
[Package ugatsdb version 0.2.3 Index]