dsAggregate,OpalConnection-method | R Documentation |
Aggregate some data from the DataSHIELD R session using a valid R expression. The aggregation expression must satisfy the data repository's DataSHIELD configuration.
## S4 method for signature 'OpalConnection' dsAggregate(conn, expr, async = TRUE)
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. |
## Not run: con <- dbConnect(DSOpal::Opal(), "username", "password", "https://opal.example.org") dsAssignTable(con, "D", "test.CNSIM") dsAggregate(con, as.symbol("meanDS(D$WEIGHT)")) dsDisconnect(con) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.