Learn R Programming

tiledb (version 0.33.0)

domain,tiledb_dim-method: Return the tiledb_dim domain

Description

Return the tiledb_dim domain

Usage

# S4 method for tiledb_dim
domain(object)

Value

a vector of (lb, ub) inclusive domain of the dimension

Arguments

object

A tiledb_dim object

Examples

Run this code
# \dontshow{
ctx <- tiledb_ctx(limitTileDBCores())
# }
d1 <- tiledb_dim("d1", domain = c(5L, 10L))
domain(d1)

Run the code above in your browser using DataLab