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)
TRUE or FALSE
tiledb_attr object
tiledb_attr
ctx <- tiledb_ctx(limitTileDBCores()) 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