Return the number of scalar values per attribute cell
Source:R/Attribute.R
tiledb_attribute_get_cell_val_num.Rd
Return the number of scalar values per attribute cell
Usage
cell_val_num(object)
# S4 method for class 'tiledb_attr'
cell_val_num(object)
tiledb_attribute_get_cell_val_num(object)
Examples
a1 <- tiledb_attr("a1", type = "FLOAT64", ncells = 1)
cell_val_num(a1)
#> [1] 1