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

opal.commands(opal, df = TRUE)

Arguments

opal

Opal object.

df

Return a data.frame (default is TRUE)

See also

Examples

if (FALSE) {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.commands(o)
opal.logout(o)
}