capacity<- | R Documentation |
Sets the tiledb_array
schema tile capacity for sparse fragments.
capacity(x) <- value
## S4 replacement method for signature 'tiledb_array_schema'
capacity(x) <- value
tiledb_array_schema_set_capacity(x, value)
x |
An |
value |
An integer or numeric value for the new tile capacity |
The modified array_schema
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.