opal.commands {opalr} | R Documentation |
List the asynchronous commands
Description
Get the list of asynchronous R commands in the remote R session.
Usage
opal.commands(opal, df = TRUE)
Arguments
opal |
Opal object. |
df |
Return a data.frame (default is TRUE) |
See Also
Other command functions:
opal.command_result()
,
opal.command_rm()
,
opal.commands_rm()
,
opal.command()
Examples
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.commands(o)
opal.logout(o)
## End(Not run)
[Package opalr version 3.4.1 Index]