R/ArmadilloConnection.R
dsAssignExpr-ArmadilloConnection-method.Rd
Assign a result of the execution of an expression in the DataSHIELD R session.
# S4 method for ArmadilloConnection
dsAssignExpr(conn, symbol, expr, async = TRUE)
ArmadilloConnection-class
object.
Name of the R symbol.
A R expression with allowed assign functions calls.
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.
A ArmadilloResult-class
object.