allows_dups<- {tiledb} | R Documentation |
Sets toggle whether the array schema allows duplicate values or not. This is only valid for sparse arrays.
allows_dups(x) <- value
## S4 replacement method for signature 'tiledb_array_schema'
allows_dups(x) <- value
tiledb_array_schema_set_allows_dups(x, value)
x |
tiledb_array_schema |
value |
logical value |
the tiledb_array_schema object