Return the tiledb_attr
datatype
Usage
# S4 method for class 'tiledb_attr'
datatype(object)
Examples
a1 <- tiledb_attr("a1", type = "INT32")
datatype(a1)
#> [1] "INT32"
a2 <- tiledb_attr("a1", type = "FLOAT64")
datatype(a2)
#> [1] "FLOAT64"
Return the tiledb_attr
datatype
# S4 method for class 'tiledb_attr'
datatype(object)
a1 <- tiledb_attr("a1", type = "INT32")
datatype(a1)
#> [1] "INT32"
a2 <- tiledb_attr("a1", type = "FLOAT64")
datatype(a2)
#> [1] "FLOAT64"