Get the list of asynchronous R commands in the remote R session.
See also
Other command functions:
opal.command(),
opal.command_result(),
opal.command_rm(),
opal.commands_rm()
Examples
if (FALSE) { # \dontrun{
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.commands(o)
opal.logout(o)
} # }