datatype,tiledb_attr-method | R Documentation |
tiledb_attr
datatypeReturn the tiledb_attr
datatype
## S4 method for signature 'tiledb_attr'
datatype(object)
object |
|
tiledb datatype string
a1 <- tiledb_attr("a1", type = "INT32")
datatype(a1)
a2 <- tiledb_attr("a1", type = "FLOAT64")
datatype(a2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.