View source: R/connection-update.R
connection_update | R Documentation |
Refreshes a connection
connection_update(con, hint = "")
con |
Connection variable |
hint |
Optional argument passed to the Contract |
Returns a NULL object. If using the RStudio IDE, it will attempt to refresh the connection identified by attributes of the con object
library(DBI)
con <- connection_open(RSQLite::SQLite(), path = ":dbname:")
connection_update(con)
connection_close(con)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.