Skip to contents

This function returns a three-element character vector with the member object translated to character, uri, and optional name.

Usage

tiledb_group_member(grp, idx)

Arguments

grp

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

idx

A numeric value with the index of the metadata object to be retrieved

Value

A character vector with three elements: the member type, its uri, and name (or "" if the member is unnamed).