opal.command_rm | R Documentation |
Remove an asynchronous R commands in the remote R session.
opal.command_rm(opal, id)
opal |
Opal object. |
id |
R command ID. |
Other command functions:
opal.command()
,
opal.command_result()
,
opal.commands()
,
opal.commands_rm()
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.command_rm(o, '1234')
opal.logout(o)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.