50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


tiledb (version 0.30.2)

return_as<-: 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 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.

Usage

return_as(x) <- value

# S4 method for tiledb_array return_as(x) <- value

Value

The modified tiledb_array array object

Arguments

x

A tiledb_array object

value

A character value with the selection