connection_update: Refreshes a connection

Description Usage Arguments Value Examples

View source: R/connection_update.R

Description

Refreshes a connection

Usage

1
connection_update(con, hint = "")

Arguments

con

Connection variable

hint

Optional argument passed to the Contract

Value

Returns a NULL object. If using the RStudio IDE, it will attempt to refresh the connection identified by attributes of the con object

Examples

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

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