rscontract (version 0.1.1)

rscontract_update: Refreshes a connection

Description

Refreshes a connection

Usage

rscontract_update(host = "", type = "", hint = "")

Arguments

host

Connection's Host name

type

The connection's type

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 the `host` and `type` arguments

Examples

Run this code
# NOT RUN {
con <- rscontract_open(rscontract_spec())
rscontract_update(con)
rscontract_close(con)

# }

Run the code above in your browser using DataCamp Workspace