return_as {tiledb} | R Documentation |
Retrieve return_as conversion preference
Description
A tiledb_array
object can be returned as a ‘list’ (default), ‘array’,
‘matrix’, ‘data.frame’, ‘data.table’ or ‘tibble’. This method
permits to select a preference for the returned object. The default value of ‘asis’
means that no conversion is performed.
Usage
return_as(object, ...)
## S4 method for signature 'tiledb_array'
return_as(object)
Arguments
object |
A |
... |
Currently unused |
Value
A character value indicating the preferred conversion where the value is one of ‘asis’ (the default), ‘array’, ‘matrix’,‘data.frame’, ‘data.table’, or ‘tibble’.
[Package tiledb version 0.29.0 Index]