View source: R/databaseConnection.R
databaseConnection function is using DatabaseConnector package. The createConnectionDetails and connect functions are congested into a single function.
1 | databaseConnection(server, user, password, schema)
|
server |
server information of the database |
user |
user id of the database |
password |
password of the database |
schema |
schema of the database want to access |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.