Learn R Programming

tiledb (version 0.33.0)

tile_order,tiledb_array_schema-method: Returns the tile layout string associated with the tiledb_array_schema

Description

Returns the tile layout string associated with the tiledb_array_schema

Usage

# S4 method for tiledb_array_schema
tile_order(object)

Value

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

Arguments

object

A TileDB Schema object