ssql: Open Connections to the SteemSQL server. ssql means 'send to...

Description Usage Arguments Value Examples

View source: R/get.r

Description

Open Connections to the SteemSQL server. ssql means 'send to sql'.

Usage

1
ssql(uid = NA, pwd = NA)

Arguments

uid

A character string of the SteemSQL ID.

pwd

A character string of the SteemSQL password.

Value

A connection to the SeemSQL server.

Examples

1
2
3
4
## Not run: 
ssql()

## End(Not run)

steemr documentation built on May 1, 2019, 7:04 p.m.

Related to ssql in steemr...