powered by
Get an asynchronous R commands in the remote R session.
opal.command(opal, id, wait = FALSE)
Opal object.
R command ID.
Wait for the command to complete.
Other command functions: opal.command_result(), opal.command_rm(), opal.commands(), opal.commands_rm()
opal.command_result()
opal.command_rm()
opal.commands()
opal.commands_rm()
if (FALSE) { o <- opal.login('administrator','password', url='https://opal-demo.obiba.org') opal.command(o, '1234') opal.logout(o) }
Run the code above in your browser using DataLab