tiledb_group_is_relative {tiledb}R Documentation

Test if a Named Group is Using a Relative URI

Description

Test if a Named Group is Using a Relative URI

Usage

tiledb_group_is_relative(grp, name)

Arguments

grp

A TileDB Group object as for example returned by tiledb_group()

name

A character value with a group name

Value

A boolean indicating whether the group uses a relative URI or not


[Package tiledb version 0.29.0 Index]