Learn R Programming

tiledb (version 0.30.2)

dim.tiledb_dim: Retrieves the dimension of the tiledb_dim domain

Description

Retrieves the dimension of the tiledb_dim domain

Usage

# S3 method for tiledb_dim
dim(x)

Value

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

Arguments

x

tiledb_dim object

Examples

Run this code
ctx <- tiledb_ctx(limitTileDBCores())
d1 <- tiledb_dim("d1", c(1L, 10L), 5L)
dim(d1)

Run the code above in your browser using DataLab