Description Usage Arguments Value See Also Examples
Close the R session, if there is any associated to the connection.
1 | rockr.close(conn)
|
conn |
A rockr connection object. |
Void
Other connection functions:
rockr.connect()
,
rockr.open()
1 2 3 4 5 6 | ## Not run:
conn <- rockr.connect('administrator','password', url='https://rocker-demo.obiba.org')
rockr.open(conn)
rockr.close(conn)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.