cell_val_num | R Documentation |
Return the number of scalar values per attribute cell
cell_val_num(object)
## S4 method for signature 'tiledb_attr'
cell_val_num(object)
tiledb_attribute_get_cell_val_num(object)
object |
|
integer number of cells
a1 <- tiledb_attr("a1", type = "FLOAT64", ncells = 1)
cell_val_num(a1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.