name,tiledb_attr-method | R Documentation |
tiledb_attr
nameReturn the tiledb_attr
name
## S4 method for signature 'tiledb_attr'
name(object)
object |
|
string name, empty string if the attribute is anonymous
a1 <- tiledb_attr("a1", type = "INT32")
name(a1)
a2 <- tiledb_attr(type = "INT32")
name(a2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.