rscontract_open {rscontract} | R Documentation |
Opens a connection
Description
Opens a connection
Usage
rscontract_open(x)
Arguments
x |
An rscontract_ide object, or an object coercible to an rscontract_ide |
Value
Returns a NULL object. If using the RStudio IDE, it will attempt to open the connection, and set the identification using the 'host' and 'type' argument values
Examples
rscontract_open(rscontract_spec())
rscontract_close("spec_host", "spec_type")
[Package rscontract version 0.1.2 Index]