attrs<-,tiledb_array-method {tiledb} | R Documentation |
Selects attributes for the given TileDB array
Description
Selects attributes for the given TileDB array
Usage
## S4 replacement method for signature 'tiledb_array'
attrs(x) <- value
Arguments
x |
A |
value |
A character vector with attributes; the value |
Value
The modified tiledb_array
object
[Package tiledb version 0.29.0 Index]