name,tiledb_dim-method {tiledb} | R Documentation |
Return the tiledb_dim
name
Description
Return the tiledb_dim
name
Usage
## S4 method for signature 'tiledb_dim'
name(object)
Arguments
object |
|
Value
string name, empty string if the dimension is anonymous
Examples
d1 <- tiledb_dim("d1", c(1L, 10L))
name(d1)
d2 <- tiledb_dim("", c(1L, 10L))
name(d2)
[Package tiledb version 0.29.0 Index]