tiledb_query_set_buffer | R Documentation |
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
and
tiledb_query_buffer_assign_ptr
tiledb_query_set_buffer(query, attr, buffer)
query |
A TileDB Query object |
attr |
A character value containing the attribute |
buffer |
A vector providing the query buffer |
The modified query object, invisisibly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.