tiledb_filter_get_option | R Documentation |
Returns the filter's option
tiledb_filter_get_option(object, option)
object |
tiledb_filter |
option |
string |
Integer value
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.