tiledb_domain_get_dimension_from_index {tiledb} | R Documentation |
Returns a Dimension indicated by index for the given TileDB Domain
Description
Returns a Dimension indicated by index for the given TileDB Domain
Usage
tiledb_domain_get_dimension_from_index(domain, idx)
Arguments
domain |
TileDB Domain object |
idx |
Integer index of the selected dimension |
Value
TileDB Dimension object
[Package tiledb version 0.29.0 Index]