tiledb_attribute_set_enumeration_name {tiledb}R Documentation

Set a TileDB Attribute Enumeration Name

Description

Set a TileDB Attribute Enumeration Name

Usage

tiledb_attribute_set_enumeration_name(
  attr,
  enum_name,
  ctx = tiledb_get_context()
)

Arguments

attr

A TileDB Attribute object

enum_name

A character value with the enumeration value

ctx

A Tiledb Context object (optional)

Value

The modified TileDB Attribute object


[Package tiledb version 0.27.0 Index]