dot-datashield.assign.resource: Resource data assignment

.datashield.assign.resourceR Documentation

Resource data assignment

Description

Assign a Opal value to a R symbol in the current Datashield session. This operation is asynchronous and non blocking.

Usage

.datashield.assign.resource(opal, symbol, value, async = TRUE)

Arguments

opal

Opal object.

symbol

Name of the R symbol.

value

Fully qualified name of a resource in Opal.

async

Whether the call should be asynchronous.

Value

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.


datashield/DSOpal documentation built on Oct. 11, 2022, 2:49 a.m.