Learn R Programming

tiledb (version 0.30.2)

return.matrix: Retrieve matrix return toggle

Description

A tiledb_array object can be returned as an array (or list of arrays), or, if select, as a data.frame or as a matrix. This methods returns the selection value for the matrix selection.

Usage

return.matrix(object, ...)

# S4 method for tiledb_array return.matrix(object)

Value

A logical value indicating whether matrix return is selected

Arguments

object

A tiledb_array object

...

Currently unused