powered by
tiledb_attr
Return the tiledb_attr name
# S4 method for tiledb_attr name(object)
tiledb_attr object
string name, empty string if the attribute is anonymous
# NOT RUN { a1 <- tiledb_attr("a1", type = "INT32") name(a1) a2 <- tiledb_attr(type = "INT32") name(a2) # }
Run the code above in your browser using DataLab