Remove an asynchronous R commands in the remote R session.

opal.command_rm(opal, id)

Arguments

opal

Opal object.

id

R command ID.

See also

Examples

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