tiledb_array_schema_set_allows_dups: Sets toggle whether the array schema allows duplicate values...

View source: R/ArraySchema.R

allows_dups<-R Documentation

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

Description

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

Usage

allows_dups(x) <- value

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

tiledb_array_schema_set_allows_dups(x, value)

Arguments

x

A TileDB Schema object

value

logical value

Value

An object of class tiledb_array_schema.


TileDB-Inc/TileDB-R documentation built on April 13, 2025, 8:25 a.m.