powered by
Refreshes a connection
connection_update(con, hint = "")
Returns a NULL object. If using the RStudio IDE, it will attempt to refresh the connection identified by attributes of the con object
Connection variable
Optional argument passed to the Contract
library(DBI) con <- connection_open(RSQLite::SQLite(), path = ":dbname:") connection_update(con) connection_close(con)
Run the code above in your browser using DataLab