DB connection specification
1 |
1 2 3 4 5 6 7 | control.connection <- db.connection(
user = "dbuser",
host = "dbhost",
port = 0000,
dbname = "dbname",
password = "dbpass"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.