is.anonymous | R Documentation |
A TileDB attribute is anonymous if no name/label is defined
is.anonymous(object)
## S3 method for class 'tiledb_attr'
is.anonymous(object)
object |
|
TRUE or FALSE
a1 <- tiledb_attr("a1", type = "FLOAT64")
is.anonymous(a1)
a2 <- tiledb_attr("", type = "FLOAT64")
is.anonymous(a2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.