opal.commands_rm: Remove all asynchronous commands

View source: R/opal.command.R

opal.commands_rmR Documentation

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

## Not run: 
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.commands_rm(o)
opal.logout(o)

## End(Not run)

opalr documentation built on Oct. 6, 2023, 5:08 p.m.