return.matrix<- {tiledb} | R Documentation |
Set matrix return toggle
Description
A tiledb_array
object can be returned as an array (or list of arrays),
or, if select, as a data.frame
or a matrix
. This methods sets the
selection value for a matrix
.
Usage
return.matrix(x) <- value
## S4 replacement method for signature 'tiledb_array'
return.matrix(x) <- value
Arguments
x |
A |
value |
A logical value with the selection |
Value
The modified tiledb_array
array object
[Package tiledb version 0.29.0 Index]