tdb_select,tiledb_array-method {tiledb} | R Documentation |
Select attributes from array for query
Description
Select attributes from array for query
Usage
## S4 method for signature 'tiledb_array'
tdb_select(x, ...)
Arguments
x |
A tiledb_array object as first argument, permitting piping |
... |
One or more attributes of the query |
Value
The tiledb_array object, permitting piping
[Package tiledb version 0.29.0 Index]