connection_open: Opens a connection

Description Usage Arguments Value Examples

View source: R/connection_open.R

Description

Opens a connection

Usage

1
connection_open(..., open_pane = TRUE)

Arguments

...

Passes arguments to wrapped connection function

open_pane

Signals for the RStudio Connections pane to open. Defaults to TRUE.

Value

Returns a NULL object. If using the RStudio IDE, it will attempt to open the connection

Examples

1
2
3
4
library(DBI)
con <- connection_open(RSQLite::SQLite(), path = ":dbname:")
con
connection_close(con)

connections documentation built on Feb. 7, 2020, 5:09 p.m.