tiledb_ndrectangle: Creates a 'tiledb_ndrectangle' object

View source: R/NDRectangle.R

tiledb_ndrectangleR Documentation

Creates a tiledb_ndrectangle object

Description

Creates a tiledb_ndrectangle object

Usage

tiledb_ndrectangle(dom, ctx = tiledb_get_context())

Arguments

dom

A TileDB Domain object for which the NDRectangle object is created

ctx

(optional) A TileDB Ctx object

Value

The tiledb_ndrectangle object

Examples


if (tiledb_version(TRUE) >= "2.25.0") {
   dom <-tiledb_domain(dim = tiledb_dim("d1", c(1L, 100L), type = "INT32"))
   ndr <- tiledb_ndrectangle(dom)
}


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