Remove all asynchronous R commands in the remote R session.

opal.commands_rm(opal)

Arguments

opal

Opal object.

See also

Examples

if (FALSE) {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.commands_rm(o)
opal.logout(o)
}