Sets toggle whether the array schema allows duplicate values or not. This is only valid for sparse arrays.
Source:R/ArraySchema.R
tiledb_array_schema_set_allows_dups.Rd
Sets toggle whether the array schema allows duplicate values or not. This is only valid for sparse arrays.
Usage
allows_dups(x) <- value
# S4 method for class 'tiledb_array_schema'
allows_dups(x) <- value
tiledb_array_schema_set_allows_dups(x, value)