powered by
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.
opal.command_result(opal, id, wait = FALSE)
Opal object.
R command ID.
Wait for the command to complete.
Other command functions: opal.command_rm, opal.commands_rm, opal.commands, opal.command
opal.command_rm
opal.commands_rm
opal.commands
opal.command
# NOT RUN { o <- opal.login('administrator','password','https://opal-demo.obiba.org') opal.command_result(o, '1234') opal.logout(o) # }
Run the code above in your browser using DataLab