schema_check | R Documentation |
Returns the tiledb_array
schema for correctness
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)
object |
An |
The boolean value TRUE
is returned for a correct
schema; for an incorrect schema an error condition is triggered.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.