schema_check {tiledb} | R Documentation |
Check the schema for correctness
Description
Returns the tiledb_array
schema for correctness
Usage
schema_check(object)
## S4 method for signature 'tiledb_array_schema'
schema_check(object)
check(object)
## S4 method for signature 'tiledb_array_schema'
check(object)
tiledb_array_schema_check(object)
Arguments
object |
An |
Value
The boolean value TRUE
is returned for a correct
schema; for an incorrect schema an error condition is triggered.
[Package tiledb version 0.29.0 Index]