sub-tiledb_filter_list-ANY-method: Returns the filter at given index

[,tiledb_filter_list,ANY-methodR Documentation

Returns the filter at given index

Description

Returns the filter at given index

Usage

## S4 method for signature 'tiledb_filter_list,ANY'
x[i, j, ..., drop = FALSE]

Arguments

x

tiledb_config object

i

parameter key string

j

parameter key string, currently unused.

...

Extra parameter for method signature, currently unused.

drop

Optional logical switch to drop dimensions, default false.

Value

object tiledb_filter

Examples


flt <- tiledb_filter("ZSTD")
tiledb_filter_set_option(flt, "COMPRESSION_LEVEL", 5)
filter_list <- tiledb_filter_list(c(flt))
filter_list[0]


tiledb documentation built on Sept. 27, 2023, 9:06 a.m.