tiledb_query_apply_aggregate | R Documentation |
Run an aggregate oprtation on the given query attribute
tiledb_query_apply_aggregate(
query,
attrname,
operation = c("Count", "NullCount", "Min", "Max", "Mean", "Sum"),
nullable = TRUE
)
query |
A TileDB Query object |
attrname |
The name of an attribute |
operation |
The name of aggregation operation |
nullable |
A boolean toggle whether the attribute is nullable |
The value of the aggregation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.