opalr (version 1.4.1)

opal.commands: List the asynchronous commands

Description

Get the list of asynchronous R commands in the remote R session.

Usage

opal.commands(opal, df = TRUE)

Arguments

opal

Opal object.

df

Return a data.frame (default is TRUE)

See Also

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

Examples

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

Run the code above in your browser using DataCamp Workspace