cell_val_num<- | R Documentation |
Set the number of scalar values per attribute cell
cell_val_num(x) <- value
## S4 replacement method for signature 'tiledb_attr'
cell_val_num(x) <- value
tiledb_attribute_set_cell_val_num(x, value)
x |
A TileDB Attribute object |
value |
An integer value of number of cells |
The modified attribute is returned
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.