powered by
A TileDB dimension is anonymous if no name/label is defined
# S3 method for tiledb_dim is.anonymous(object)
TRUE or FALSE
tiledb_dim object
tiledb_dim
ctx <- tiledb_ctx(limitTileDBCores()) d1 <- tiledb_dim("d1", c(1L, 10L), 10L) is.anonymous(d1) d2 <- tiledb_dim("", c(1L, 10L), 10L) is.anonymous(d2)
Run the code above in your browser using DataLab