Description Arguments Examples
This R module can be used to connect to a SiriDB cluster. This creates a new client but $connect() must be used to connect.
user |
Database user |
password |
Password |
dbname |
Database name |
host |
Server address |
port |
Server port |
1 | s <- SiriDB(user="iris", password="siri", dbname="dbtest", server="localhost", port=9000L)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.