Refreshes a connection

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

con <- rscontract_open(rscontract_spec()) rscontract_update(con) rscontract_close(con)