Last chance! 50% off unlimited learning
Sale ends in
powered by
Opens a connection
connection_open(..., open_pane = TRUE)
Returns a NULL object. If using the RStudio IDE, it will attempt to open the connection
Passes arguments to wrapped connection function
Signals for the RStudio Connections pane to open. Defaults to TRUE.
library(DBI) con <- connection_open(RSQLite::SQLite(), path = ":dbname:") con connection_close(con)
Run the code above in your browser using DataLab