View source: R/QueryCondition.R
tiledb_query_condition_combine | R Documentation |
Combines two query condition object using a relatiional operator. Support for operator 'AND' is generally available, the 'OR' operator is available if TileDB 2.10 or newer is used.
tiledb_query_condition_combine(lhs, rhs, op)
lhs |
A 'tiledb_query_condition' object on the left-hand side of the relation |
rhs |
A 'tiledb_query_condition' object on the left-hand side of the relation |
op |
A character value with then relation, this must be one of 'AND', 'OR' or 'NOT'. |
The combined 'tiledb_query_condition' object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.