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 |
Value
A boolean indicating whether the TileDB Array object is open
[Package tiledb version 0.29.0 Index]