powered by
tiledb_attr
Return the tiledb_attr datatype
# S4 method for tiledb_attr datatype(object)
tiledb datatype string
tiledb_attr object
a1 <- tiledb_attr("a1", type = "INT32") datatype(a1) a2 <- tiledb_attr("a1", type = "FLOAT64") datatype(a2)
Run the code above in your browser using DataLab