Learn R Programming

tiledb (version 0.30.2)

name,tiledb_attr-method: Return the tiledb_attr name

Description

Return the tiledb_attr name

Usage

# S4 method for tiledb_attr
name(object)

Value

string name, empty string if the attribute is anonymous

Arguments

object

tiledb_attr object

Examples

Run this code
ctx <- tiledb_ctx(limitTileDBCores())
a1 <- tiledb_attr("a1", type = "INT32")
name(a1)

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

Run the code above in your browser using DataLab