Learn R Programming

tiledb (version 0.30.2)

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

Value

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

Arguments

attr

A TileDB Attribute object

arr

A Tiledb Array object

ctx

A Tiledb Context object (optional)

arrptr

A Tiledb Array object pointer