rockr.commands_rm {rockr} | R Documentation |
Remove all asynchronous commands
Description
Remove all asynchronous R commands in the remote R session.
Usage
rockr.commands_rm(conn)
Arguments
conn |
A rockr connection object. |
Value
Void
See Also
Other command functions:
rockr.command_result()
,
rockr.command_rm()
,
rockr.commands()
,
rockr.command()
Examples
## Not run:
conn <- rockr.connect(username='user', password='password',
url='https://rocker-demo.obiba.org')
rockr.open(conn)
rockr.commands_rm(conn)
rockr.close(conn)
## End(Not run)
[Package rockr version 1.0.0 Index]