tdb_collect,tiledb_array-method {tiledb}R Documentation

Collect the query results to finalize piped expression

Description

Collect the query results to finalize piped expression

Usage

## S4 method for signature 'tiledb_array'
tdb_collect(x, ...)

Arguments

x

A tiledb_array object as first argument, permitting piping

...

Ignored

Value

The object returning from a tiledb_array query (the type of which can be set via the return preference mechanism, see the help for "[" accessor)


[Package tiledb version 0.27.0 Index]