rockr.commands {rockr} | R Documentation |
List the asynchronous commands
Description
Get the list of asynchronous R commands in the remote R session.
Usage
rockr.commands(conn, df = TRUE)
Arguments
conn |
A rockr connection object. |
df |
Return a data.frame (default is TRUE) |
Value
The data.frame of command objects, one column per property.
See Also
Other command functions:
rockr.command_result()
,
rockr.command_rm()
,
rockr.commands_rm()
,
rockr.command()
Examples
## Not run:
conn <- rockr.connect(username='user', password='password',
url='https://rocker-demo.obiba.org')
rockr.open(conn)
rockr.commands(conn)
rockr.close(conn)
## End(Not run)
[Package rockr version 1.0.0 Index]