Learn R Programming

tiledb (version 0.30.2)

schema_check: Check the schema for correctness

Description

Returns the tiledb_array schema for correctness

Usage

schema_check(object)

# S4 method for tiledb_array_schema schema_check(object)

check(object)

# S4 method for tiledb_array_schema check(object)

tiledb_array_schema_check(object)

Value

The boolean value TRUE is returned for a correct schema; for an incorrect schema an error condition is triggered.

Arguments

object

An array_schema object