dsAggregate,ArmadilloConnection-method {DSMolgenisArmadillo} | R Documentation |
Aggregate data
Description
Aggregate some data from the DataSHIELD R session using a valid R expression. The aggregation expression must satisfy the data repository's DataSHIELD configuration.
Usage
## S4 method for signature 'ArmadilloConnection'
dsAggregate(conn, expr, async = TRUE)
Arguments
conn |
|
expr |
Expression to evaluate. |
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. |
[Package DSMolgenisArmadillo version 2.0.9 Index]