Assign a Opal value to a R symbol in the current Datashield session. This operation is asynchronous and non blocking.
.datashield.assign.resource(opal, symbol, value, async = TRUE)
The R command ID if the async flag is TRUE and if the wait flag is FALSE and if Opal version is at least 2.1, NULL otherwise.
Opal object.
Name of the R symbol.
Fully qualified name of a resource in Opal.
Whether the call should be asynchronous.