Description Usage Arguments Value Examples
View source: R/rscontract_update.R
Refreshes a connection
1 | rscontract_update(host = "", type = "", hint = "")
|
host |
Connection's Host name |
type |
The connection's type |
hint |
Optional argument passed to the Contract |
Returns a NULL object. If using the RStudio IDE, it will attempt to refresh the connection identified by the 'host' and 'type' arguments
1 2 3 | con <- rscontract_open(rscontract_spec())
rscontract_update(con)
rscontract_close(con)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.