[,tiledb_filter_list,ANY-method | R Documentation |
Returns the filter at given index
## S4 method for signature 'tiledb_filter_list,ANY'
x[i, j, ..., drop = FALSE]
x |
|
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. |
object tiledb_filter
flt <- tiledb_filter("ZSTD")
tiledb_filter_set_option(flt, "COMPRESSION_LEVEL", 5)
filter_list <- tiledb_filter_list(c(flt))
filter_list[0]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.