opal.command_rm: Remove an asynchronous command

View source: R/opal.command.R

opal.command_rmR Documentation

Remove an asynchronous command

Description

Remove an asynchronous R commands in the remote R session.

Usage

opal.command_rm(opal, id)

Arguments

opal

Opal object.

id

R command ID.

See Also

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

Examples

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

## End(Not run)

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