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
permits to select a preference for the returned object. The default value of ‘asis’
means that no conversion is performed.
return_as(object, ...)
## S4 method for signature 'tiledb_array'
return_as(object)
object |
A |
... |
Currently unused |
A character value indicating the preferred conversion where the value is one of ‘asis’ (the default), ‘array’, ‘matrix’,‘data.frame’, ‘data.table’, or ‘tibble’.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.