datatype,tiledb_attr-method {tiledb}R Documentation

Return the tiledb_attr datatype

Description

Return the tiledb_attr datatype

Usage

## S4 method for signature 'tiledb_attr'
datatype(object)

Arguments

object

tiledb_attr object

Value

tiledb datatype string

Examples

a1 <- tiledb_attr("a1", type = "INT32")
datatype(a1)

a2 <- tiledb_attr("a1", type = "FLOAT64")
datatype(a2)


[Package tiledb version 0.27.0 Index]