Sets toggle whether the array schema allows duplicate values or not. This is only valid for sparse arrays.

allows_dups(x) <- value

# S4 method for tiledb_array_schema
allows_dups(x) <- value

Arguments

x

tiledb_array_schema

value

logical value

Value

the tiledb_array_schema object