tiledb_group_member {tiledb} | R Documentation |
This function returns a three-element character vector with the member object translated to character, uri, and optional name.
tiledb_group_member(grp, idx)
grp |
A TileDB Group object as for example returned by |
idx |
A numeric value with the index of the metadata object to be retrieved |
A character vector with three elements: the member type, its uri, and name
(or ""
if the member is unnamed).