Return the number of scalar values per attribute cell

# S4 method for tiledb_attr
cell_val_num(object)

Arguments

object

tiledb_attr object

Value

integer number of cells

Examples

ctx <- tiledb_ctx(limitTileDBCores()) a1 <- tiledb_attr("a1", type = "FLOAT64", ncells = 1) cell_val_num(a1)
#> [1] 1