opalr (version 1.4.1)

opal.commands_rm: Remove all asynchronous commands

Description

Remove all asynchronous R commands in the remote R session.

Usage

opal.commands_rm(opal)

Arguments

opal

Opal object.

See Also

Other command functions: opal.command_result(), opal.command_rm(), opal.commands(), opal.command()

Examples

Run this code
# NOT RUN {
o <- opal.login('administrator','password','https://opal-demo.obiba.org')
opal.commands_rm(o)
opal.logout(o)
# }

Run the code above in your browser using DataLab