rscontract (version 0.1.1)

rscontract_open: 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

Run this code
# NOT RUN {
rscontract_open(rscontract_spec())
rscontract_close("spec_host", "spec_type")

# }

Run the code above in your browser using DataLab