rscontract_close {rscontract} | R Documentation |
Close a connection
Description
Close a connection
Usage
rscontract_close(host = "", type = "")
Arguments
host |
Host name of the connection. Optional, defaults to empty |
type |
Type of connection. Optional, defaults to empty |
Value
Returns a NULL object. If using the RStudio IDE, it will attempt to close the connection identified by the 'host' and 'type' arguments
Examples
rscontract_open(rscontract_spec())
rscontract_close("spec_host", "spec_type")
[Package rscontract version 0.1.2 Index]