datatype,tiledb_dim-method | R Documentation |
tiledb_dim
datatypeReturn the tiledb_dim
datatype
## S4 method for signature 'tiledb_dim'
datatype(object)
object |
tiledb_dim object |
tiledb datatype string
d1 <- tiledb_dim("d1", domain = c(5L, 10L), tile = 2L, type = "INT32")
datatype(d1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.