Get an asynchronous R commands in the remote R session.

opal.command(opal, id, wait = FALSE)

Arguments

opal

Opal object.

id

R command ID.

wait

Wait for the command to complete.

See also

Examples

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