filter_list<-,tiledb_attr-method {tiledb}R Documentation

Sets the TileDB Filter List for the TileDB Attribute object

Description

Sets the TileDB Filter List for the TileDB Attribute object

Usage

## S4 replacement method for signature 'tiledb_attr'
filter_list(x) <- value

Arguments

x

TileDB Attribute

value

TileDB Filter List

Value

The modified TileDB Attribute object


[Package tiledb version 0.27.0 Index]