Description Usage Arguments Value See Also Examples
Open a R session, and store the session object within the connection object.
1 | rockr.open(conn)
|
conn |
A rockr connection object. |
Void
Other connection functions:
rockr.close()
,
rockr.connect()
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.