Description Examples
Close the connection
1 2 3 4 5 6
s <- SiriDB(user="iris", password="siri", dbname="dbtest", server="localhost", port=9000L) s$connect(function (err) { if (is.null(err)) { s$close() } })
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.