return.array: Retrieve array 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 as a matrix
. This methods returns
the selection value for the array
selection.
Usage
return.array(object, ...)# S4 method for tiledb_array
return.array(object)
Value
A logical value indicating whether array
return is selected
Arguments
- object
A tiledb_array
object
- ...
Currently unused