tiledb_filter_set_option | R Documentation |
Set the option for a filter
tiledb_filter_set_option(object, option, value)
object |
tiledb_filter |
option |
string |
value |
int |
The modified filter object is returned.
c <- tiledb_filter("ZSTD")
tiledb_filter_set_option(c,"COMPRESSION_LEVEL", 5)
tiledb_filter_get_option(c, "COMPRESSION_LEVEL")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.