rockr.restart {rockr} | R Documentation |
Restart the R server
Description
Stop and start the R server. Any R sessions will be closed.
Usage
rockr.restart(conn)
Arguments
conn |
A rockr connection object. |
Value
Logical indicating wether the R server is running (invisible).
See Also
Other administration functions:
rockr.log()
,
rockr.package_install()
,
rockr.package_rm()
,
rockr.packages_datashield()
,
rockr.packages_rm()
,
rockr.packages()
,
rockr.package()
,
rockr.session_switch()
,
rockr.sessions()
,
rockr.session()
,
rockr.start()
,
rockr.status()
,
rockr.stop()
,
rockr.version()
Examples
## Not run:
conn <- rockr.connect(username='administrator', password='password',
url='https://rocker-demo.obiba.org')
rockr.stop(conn)
## End(Not run)
[Package rockr version 1.0.0 Index]