tiledb_query_add_range | R Documentation |
Set a range for a given query
tiledb_query_add_range(query, schema, attr, lowval, highval, stride = NULL)
query |
A TileDB Query object |
schema |
A TileDB Schema object |
attr |
An character variable with a dimension name for which the range is set |
lowval |
The lower value of the range to be set |
highval |
The higher value of the range to be set |
stride |
An optional stride value for the range to be set |
The query object, invisibly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.