datatype,tiledb_domain-method | R Documentation |
Returns the tiledb_domain TileDB type string
## S4 method for signature 'tiledb_domain'
datatype(object)
object |
tiledb_domain |
tiledb_domain type string
dom <- tiledb_domain(dims = c(tiledb_dim("d1", c(1L, 100L), type = "INT32")))
datatype(dom)
dom <- tiledb_domain(dims = c(tiledb_dim("d1", c(0.5, 100.0), type = "FLOAT64")))
datatype(dom)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.