Learn R Programming

tiledb (version 0.33.0)

cell_order,tiledb_array_schema-method: Returns the cell layout string associated with the tiledb_array_schema

Description

Returns the cell layout string associated with the tiledb_array_schema

Usage

# S4 method for tiledb_array_schema
cell_order(object)

Value

A character string with cell's layout, e.g., "COL_MAJOR".

Arguments

object

A TileDB Schema object