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

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

# NOT RUN {
ssql()
# }