src_exasol: Create a dplyr connection to an EXASOL DB.

Description Usage Fields

Description

Create a dplyr connection to an EXASOL DB.

Usage

1
2
src_exasol(host, port = 8563, user = "sys", password = "exasol", ...,
  dsn = NULL, driver = NULL)

Fields

host
port

The port where the db listens.

user

The DB user name. DEFAULT: 'sys'.

password

The user's password. DEFAULT: 'exasol'.

...

Further parameters, to be passed on to dbConnect.

dsn

The ODBC dsn to connect to.

driver

The ODBC driver library to use.


marcelboldt/r-exasol-dplyr documentation built on May 21, 2019, 11:27 a.m.