return_as-set-tiledb_array-method: Retrieve return_as conversion preference

return_as<-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 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 replacement method for signature 'tiledb_array'
return_as(x) <- value

Arguments

x

A tiledb_array object

value

A character value with the selection

Value

The modified tiledb_array array object


tiledb documentation built on Sept. 27, 2023, 9:06 a.m.