filter_list,tiledb_attr-method | R Documentation |
Returns the TileDB Filter List object associated with the given TileDB Attribute
## S4 method for signature 'tiledb_attr'
filter_list(object)
object |
TileDB Attribute |
a tiledb_filter_list object
attr <- tiledb_attr(type = "INT32", filter_list=tiledb_filter_list(list(tiledb_filter("ZSTD"))))
filter_list(attr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.