name,tiledb_dim-method | R Documentation |
tiledb_dim
nameReturn the tiledb_dim
name
## S4 method for signature 'tiledb_dim'
name(object)
object |
|
string name, empty string if the dimension is anonymous
d1 <- tiledb_dim("d1", c(1L, 10L))
name(d1)
d2 <- tiledb_dim("", c(1L, 10L))
name(d2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.