Description Usage Arguments Value Examples
View source: R/rscontract_close.R
Close a connection
1 | rscontract_close(host = "", type = "")
|
host |
Host name of the connection. Optional, defaults to empty |
type |
Type of connection. Optional, defaults to empty |
Returns a NULL object. If using the RStudio IDE, it will attempt to close the connection identified by the 'host' and 'type' arguments
1 2 | rscontract_open(rscontract_spec())
rscontract_close("spec_host", "spec_type")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.