rscontract_update {rscontract} | R Documentation |
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
con <- rscontract_open(rscontract_spec())
rscontract_update(con)
rscontract_close(con)
[Package rscontract version 0.1.2 Index]