powered by
A TileDB attribute is anonymous if no name/label is defined
is.anonymous(object)# S3 method for tiledb_attr is.anonymous(object)
# S3 method for tiledb_attr is.anonymous(object)
tiledb_attr object
tiledb_attr
TRUE or FALSE
# NOT RUN { a1 <- tiledb_attr("a1", type = "FLOAT64") is.anonymous(a1) a2 <- tiledb_attr("", type = "FLOAT64") is.anonymous(a2) # }
Run the code above in your browser using DataLab