attrs<-,tiledb_array-method: Selects attributes for the given TileDB array
Description
Selects attributes for the given TileDB array
Usage
# S4 method for tiledb_array
attrs(x) <- value
Value
The modified tiledb_array object
Arguments
- x
A tiledb_array object
- value
A character vector with attributes; the value
NA_character_ signals no attributes should be returned; default is an
empty character vector implying all columns are returned.