Learn R Programming

tiledb (version 0.30.2)

tiledb_object_type: Return the TileDB object type string of a TileDB resource

Description

Object types:

  • "ARRAY", dense or sparse TileDB array

  • "GROUP", TileDB group

  • `"INVALID"``, not a TileDB resource

Usage

tiledb_object_type(uri, ctx = tiledb_get_context())

Value

TileDB object type string

Arguments

uri

path to TileDB resource

ctx

tiledb_ctx object (optional)