tiledb_ndim-tiledb_dim-method: Returns the number of dimensions for a tiledb domain object

tiledb_ndim,tiledb_dim-methodR Documentation

Returns the number of dimensions for a tiledb domain object

Description

Returns the number of dimensions for a tiledb domain object

Usage

## S4 method for signature 'tiledb_dim'
tiledb_ndim(object)

Arguments

object

A tiledb_dim object

Value

An integer with the number of dimensions.

Examples


d1 <- tiledb_dim("d1", c(1L, 10L), 10L)
tiledb_ndim(d1)


TileDB-Inc/TileDB-R documentation built on April 13, 2025, 8:25 a.m.