tiledb_query_set_subarray {tiledb}R Documentation

Set subarray for TileDB Query object

Description

Set subarray for TileDB Query object

Usage

tiledb_query_set_subarray(query, subarray, type)

Arguments

query

A TileDB Query object

subarray

A subarry vector object

type

An optional type as a character, if missing type is inferred from the vector.

Value

The modified query object, invisibly


[Package tiledb version 0.27.0 Index]