dimensions,tiledb_domain-method | R Documentation |
Returns a list of the tiledb_domain dimension objects
## S4 method for signature 'tiledb_domain'
dimensions(object)
object |
tiledb_domain |
a list of tiledb_dim
dom <- tiledb_domain(dims = c(tiledb_dim("d1", c(1L, 100L), type = "INT32"),
tiledb_dim("d2", c(1L, 50L), type = "INT32")))
dimensions(dom)
lapply(dimensions(dom), name)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.