return_as<- | R Documentation |
A tiledb_array
object can be returned as a ‘list’ (default), ‘array’,
‘matrix’, ‘data.frame’, ‘data.table’ or ‘tibble’. This method
This methods permits to set a preference of returning a list
, array
,
matrix
, data.frame
, a data.table
, or a tibble
. The default
value of “asis” means that no conversion is performed and a list
is returned.
return_as(x) <- value
## S4 replacement method for signature 'tiledb_array'
return_as(x) <- value
x |
A |
value |
A character value with the selection |
The modified tiledb_array
array object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.