Refreshes a connection
Value
Returns a NULL object. If using the RStudio IDE, it will attempt to refresh the connection identified by attributes of the con object
Examples
library(DBI)
con <- connection_open(RSQLite::SQLite(), path = ":dbname:")
connection_update(con)
connection_close(con)