dim.tiledb_dim: Retrieves the dimension of the tiledb_dim domain

View source: R/Dim.R

dim.tiledb_dimR Documentation

Retrieves the dimension of the tiledb_dim domain

Description

Retrieves the dimension of the tiledb_dim domain

Usage

## S3 method for class 'tiledb_dim'
dim(x)

Arguments

x

tiledb_dim object

Value

a vector of the tile_dim domain type, of the dim domain dimension (extent)

Examples


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


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