nfilters,tiledb_filter_list-method | R Documentation |
Returns the filter_list's number of filters
## S4 method for signature 'tiledb_filter_list'
nfilters(object)
object |
tiledb_filter_list |
integer number of filters
flt <- tiledb_filter("ZSTD")
tiledb_filter_set_option(flt, "COMPRESSION_LEVEL", 5)
filter_list <- tiledb_filter_list(c(flt))
nfilters(filter_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.