TileDB-R
TileDB-R copied to clipboard
Add `tiledb_query_condition_negate` wrapper to R API
The TileDB-R docs originally suggested that tiledb_query_condition_combine() supported the NOT operator, but that was wrong. This PR adds a wrapper to negate a query condition.