opal.commands | R Documentation |
Get the list of asynchronous R commands in the remote R session.
opal.commands(opal, df = TRUE)
opal |
Opal object. |
df |
Return a data.frame (default is TRUE) |
Other command functions:
opal.command()
,
opal.command_result()
,
opal.command_rm()
,
opal.commands_rm()
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.commands(o)
opal.logout(o)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.