opal.command_result {opalr} | R Documentation |
Get result of an asynchronous command
Description
Get the result of an asynchronous R commands in the remote R session. The command is removed from the remote R session after this call.
Usage
opal.command_result(opal, id, wait = FALSE)
Arguments
opal |
Opal object. |
id |
R command ID. |
wait |
Wait for the command to complete. |
See Also
Other command functions:
opal.command_rm()
,
opal.commands_rm()
,
opal.commands()
,
opal.command()
Examples
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.command_result(o, '1234')
opal.logout(o)
## End(Not run)
[Package opalr version 3.4.1 Index]