tiledb_query_set_buffer: Set TileDB Query buffer
Description
This function allocates query buffers directly from R vectors in
case the types match: integer, double, logical. For more
general types see tiledb_query_buffer_alloc_ptr.
Usage
tiledb_query_set_buffer(query, attr, buffer)
Arguments
attr
A character value containing the attribute
buffer
A vector providing the query buffer
Value
The modified query object, invisisibly