name-tiledb_attr-method: Return the 'tiledb_attr' name

name,tiledb_attr-methodR Documentation

Return the tiledb_attr name

Description

Return the tiledb_attr name

Usage

## S4 method for signature 'tiledb_attr'
name(object)

Arguments

object

tiledb_attr object

Value

string name, empty string if the attribute is anonymous

Examples


a1 <- tiledb_attr("a1", type = "INT32")
name(a1)

a2 <- tiledb_attr(type = "INT32")
name(a2)


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