allows_dups | R Documentation |
Returns logical value whether the array schema allows duplicate values or not. This is only valid for sparse arrays.
allows_dups(x)
## S4 method for signature 'tiledb_array_schema'
allows_dups(x)
tiledb_array_schema_get_allows_dups(x)
x |
tiledb_array_schema |
the logical value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.