opal.commands: List the asynchronous commands

View source: R/opal.command.R

opal.commandsR Documentation

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

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

## End(Not run)

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