Create a dplyr connection to an EXASOL DB.
1 2 | src_exasol(host, port = 8563, user = "sys", password = "exasol", ...,
dsn = NULL, driver = NULL)
|
hostportThe port where the db listens.
userThe DB user name. DEFAULT: 'sys'.
passwordThe user's password. DEFAULT: 'exasol'.
...Further parameters, to be passed on to dbConnect.
dsnThe ODBC dsn to connect to.
driverThe ODBC driver library to use.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.