dsAssignExpr,ArmadilloConnection-method {DSMolgenisArmadillo} | R Documentation |
Assign the result of an expression
Description
Assign a result of the execution of an expression in the DataSHIELD R session.
Usage
## S4 method for signature 'ArmadilloConnection'
dsAssignExpr(conn, symbol, expr, async = TRUE)
Arguments
conn |
|
symbol |
Name of the R symbol. |
expr |
A R expression with allowed assign functions calls. |
async |
Whether the result of the call should be retrieved asynchronously. When TRUE (default) the calls are parallelized over the connections, when the connection supports that feature, with an extra overhead of requests. |
Value
A ArmadilloResult-class
object.
[Package DSMolgenisArmadillo version 2.0.9 Index]