Return the tiledb_dim
name
Usage
# S4 method for class 'tiledb_dim'
name(object)
Examples
d1 <- tiledb_dim("d1", c(1L, 10L))
name(d1)
#> [1] "d1"
d2 <- tiledb_dim("", c(1L, 10L))
name(d2)
#> [1] ""
Return the tiledb_dim
name
# S4 method for class 'tiledb_dim'
name(object)
d1 <- tiledb_dim("d1", c(1L, 10L))
name(d1)
#> [1] "d1"
d2 <- tiledb_dim("", c(1L, 10L))
name(d2)
#> [1] ""