Aggregates the expression result using the specified aggregation method in the current Datashield session. This operation is asynchronous and non blocking.
.datashield.aggregate(opal, expr, async = TRUE)
The R command ID to be used to retrieve the command result (when async) or the agregated value.
Opal object or list of opal objects.
Expression to evaluate.
Whether the call should be asynchronous.