tiledb_array_is_open {tiledb}R Documentation

Test if TileDB Array is open

Description

Test if TileDB Array is open

Usage

tiledb_array_is_open(arr)

Arguments

arr

A TileDB Array object as for example returned by tiledb_array()

Value

A boolean indicating whether the TileDB Array object is open


[Package tiledb version 0.27.0 Index]