Return the tiledb_attr
name
Usage
# S4 method for class 'tiledb_attr'
name(object)
Examples
a1 <- tiledb_attr("a1", type = "INT32")
name(a1)
#> [1] "a1"
a2 <- tiledb_attr(type = "INT32")
name(a2)
#> [1] ""
Return the tiledb_attr
name
# S4 method for class 'tiledb_attr'
name(object)
a1 <- tiledb_attr("a1", type = "INT32")
name(a1)
#> [1] "a1"
a2 <- tiledb_attr(type = "INT32")
name(a2)
#> [1] ""