tiledb_array_get_non_empty_domain_from_name: Get the non-empty domain from a TileDB Array by name

View source: R/TileDBArray.R

tiledb_array_get_non_empty_domain_from_nameR Documentation

Get the non-empty domain from a TileDB Array by name

Description

This functions works for both fixed- and variable-sized dimensions and switches internally.

Usage

tiledb_array_get_non_empty_domain_from_name(arr, name)

Arguments

arr

A TileDB Array

name

An character variable with a dimension name

Value

A two-element object is returned describing the domain of selected dimension; it will either be a numeric vector in case of a fixed-size fixed-sized dimensions, or a characer vector for a variable-sized one.


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