dim.tiledb_domain: Retrieve the dimension (domain extent) of the domain

View source: R/Domain.R

dim.tiledb_domainR Documentation

Retrieve the dimension (domain extent) of the domain

Description

Only valid for integral (integer) domains

Usage

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

Arguments

x

tiledb_domain

Value

dimension vector

Examples


dom <- tiledb_domain(dims = c(tiledb_dim("d1", c(1L, 100L), type = "INT32"),
                              tiledb_dim("d2", c(1L, 100L), type = "INT32")))
dim(dom)


TileDB-Inc/TileDB-R documentation built on Oct. 2, 2024, 8:14 a.m.