Learn R Programming

DSOpal (version 1.4.0)

.datashield.command_result: Get result of an asynchronous command

Description

Get the result of an asynchronous R commands in the remote Datashield session. The command is removed from the remote Datashield session after this call.

Usage

.datashield.command_result(opal, id, wait = FALSE)

Arguments

opal

Opal object or list of opal objects.

id

R command ID or list of R command IDs (one for each opal object).

wait

Wait for the command to complete.