tiledb_attribute_get_enumeration {tiledb}R Documentation

Get the TileDB Attribute Enumeration

Description

Get the TileDB Attribute Enumeration

Usage

tiledb_attribute_get_enumeration(attr, arr, ctx = tiledb_get_context())

tiledb_attribute_get_enumeration_ptr(attr, arrptr, ctx = tiledb_get_context())

Arguments

attr

A TileDB Attribute object

arr

A Tiledb Array object

ctx

A Tiledb Context object (optional)

arrptr

A Tiledb Array object pointer

Value

A character vector with the enumeration (of length zero if none)


[Package tiledb version 0.27.0 Index]