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

View source: R/Object.R

tiledb_object_typeR Documentation

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())

Arguments

uri

path to TileDB resource

ctx

tiledb_ctx object (optional)

Value

TileDB object type string


tiledb documentation built on Sept. 27, 2023, 9:06 a.m.