tiledb_array_schema_check: Check the schema for correctness

View source: R/ArraySchema.R

schema_checkR 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 array_schema object

Value

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


tiledb documentation built on Sept. 27, 2023, 9:06 a.m.