View source: R/connection-open.R
connection_open | R Documentation |
Opens a connection
connection_open(..., open_pane = TRUE)
... |
Passes arguments to wrapped connection function |
open_pane |
Signals for the RStudio Connections pane to open. Defaults to TRUE. |
Returns a NULL object. If using the RStudio IDE, it will attempt to open the connection
library(DBI)
con <- connection_open(RSQLite::SQLite(), path = ":dbname:")
con
connection_close(con)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.