Description Usage Arguments Value See Also Examples
Get the tail of the R server log.
1 | rockr.log(conn, limit = 100)
|
conn |
A rockr connection object. |
limit |
The number of lines in the tail. |
A vector of character strings, one per log file line.
Other administration functions:
rockr.package_install()
,
rockr.package_rm()
,
rockr.packages_datashield()
,
rockr.packages_rm()
,
rockr.packages()
,
rockr.package()
,
rockr.restart()
,
rockr.session_switch()
,
rockr.sessions()
,
rockr.session()
,
rockr.start()
,
rockr.status()
,
rockr.stop()
,
rockr.version()
1 2 3 4 5 6 | ## Not run:
conn <- rockr.connect(username='administrator', password='password',
url='https://rocker-demo.obiba.org')
rockr.log(conn, 10)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.